src/HOL/Complex_Main.thy
author kuncar
Sat, 16 Mar 2013 20:51:47 +0100
changeset 51438 a614e456870b
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
drop a workaround because of 8739f8abbecb

header {* Comprehensive Complex Theory *}

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

end