src/HOL/Complex_Main.thy
author bulwahn
Mon, 22 Mar 2010 08:30:13 +0100
changeset 35880 2623b23e41fc
parent 35292 e4a431b6d9b7
child 40839 48e01d16dd17
permissions -rw-r--r--
a new simpler random compilation for the predicate compiler

header {* Comprehensive Complex Theory *}

theory Complex_Main
imports
  Main
  Real
  SupInf
  Complex
  Log
  Ln
  Taylor
  Deriv
begin

end