src/HOL/Complex_Main.thy
author wenzelm
Wed, 25 Jan 2012 16:16:20 +0100
changeset 46257 3ba3681d8930
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
removed obscure/outdated material;

header {* Comprehensive Complex Theory *}

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

end