src/HOL/Complex_Main.thy
author immler
Mon, 16 Dec 2013 17:08:22 +0100
changeset 54782 cd8f55c358c5
parent 51527 bd62e7ff103b
child 58889 5b7a9633cfa8
permissions -rw-r--r--
additional definitions and lemmas for Float

header {* Comprehensive Complex Theory *}

theory Complex_Main
imports
  Main
  Real
  Complex
  Transcendental
  Taylor
  Deriv
begin

end