src/HOL/Complex_Main.thy
author blanchet
Thu, 01 Mar 2012 11:28:56 +0100
changeset 46746 a10dcc985e8d
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
improved handling of polymorphic quotient types, by avoiding comparing types that will generally differ in the polymorphic case

header {* Comprehensive Complex Theory *}

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

end