src/HOL/Complex_Main.thy
author wenzelm
Mon, 04 Jul 2011 20:18:19 +0200
changeset 43660 bfc0bb115fa1
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
explicit class Counter;

header {* Comprehensive Complex Theory *}

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

end