src/HOL/Complex_Main.thy
author wenzelm
Tue, 12 Mar 2013 18:30:28 +0100
changeset 51400 96361e8f0a54
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
more accurate theory links;

header {* Comprehensive Complex Theory *}

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

end