src/HOL/Complex_Main.thy
author bulwahn
Sat, 20 Oct 2012 09:09:34 +0200
changeset 49945 fb696ff1f086
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
adjusting proofs

header {* Comprehensive Complex Theory *}

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

end