src/HOL/Complex_Main.thy
author blanchet
Fri, 26 Aug 2011 10:12:17 +0200
changeset 44508 5438d88b2cb7
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
comment

header {* Comprehensive Complex Theory *}

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

end