src/HOL/Complex_Main.thy
author wenzelm
Sat, 13 Aug 2011 15:59:26 +0200
changeset 44182 ecb51b457064
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
clarified node header -- exclude master_dir;

header {* Comprehensive Complex Theory *}

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

end