src/HOL/Complex_Main.thy
author bulwahn
Mon, 18 Jul 2011 10:34:21 +0200
changeset 43881 cabe74eab19a
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
changing parser in quickcheck to activate and deactivate the testers

header {* Comprehensive Complex Theory *}

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

end