src/HOL/Complex_Main.thy
author wenzelm
Tue, 28 Aug 2012 20:16:11 +0200
changeset 48989 06c0e350782c
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
discontinued odd copy of eps logos (cf. 8fc3828fdc8a);

header {* Comprehensive Complex Theory *}

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

end