src/HOL/Complex_Main.thy
author blanchet
Wed, 26 Sep 2012 10:00:59 +0200
changeset 49582 557302525778
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
renamed "dtor_rel_coinduct" etc. to "dtor_coinduct"

header {* Comprehensive Complex Theory *}

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

end