src/HOL/Complex_Main.thy
author bulwahn
Mon, 23 Jan 2012 14:06:19 +0100
changeset 46312 518cc38a1a8c
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
adding fun_eq_iff to the preprocessing

header {* Comprehensive Complex Theory *}

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

end