src/HOL/Complex_Main.thy
author wenzelm
Sun, 20 Nov 2011 21:07:10 +0100
changeset 45607 16b4f5774621
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
eliminated obsolete "standard";

header {* Comprehensive Complex Theory *}

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

end