src/HOL/Complex_Main.thy
author haftmann
Thu, 18 Aug 2011 13:25:17 +0200
changeset 44277 bcb696533579
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
moved fundamental lemma fun_eq_iff to theory HOL; tuned whitespace

header {* Comprehensive Complex Theory *}

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

end