src/HOL/Complex_Main.thy
author hoelzl
Tue, 26 Mar 2013 12:20:52 +0100
changeset 51518 6a56b7088a6a
parent 40864 4abaaadfdaf2
child 51522 bd568f4bf446
permissions -rw-r--r--
separate SupInf into Conditional_Complete_Lattice, move instantiation of real to RealDef

header {* Comprehensive Complex Theory *}

theory Complex_Main
imports
  Main
  Real
  Complex
  Log
  Ln
  Taylor
  Deriv
begin

end