src/HOL/Complex_Main.thy
author wenzelm
Sat, 27 Aug 2011 17:26:14 +0200
changeset 44549 5e5e6ad3922c
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
explicit markup for legacy warnings;

header {* Comprehensive Complex Theory *}

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

end