src/HOL/Complex_Main.thy
author blanchet
Thu, 29 Oct 2009 12:09:32 +0100
changeset 33566 1c62ac4ef6d1
parent 33269 3b7e2dbbd684
child 35292 e4a431b6d9b7
permissions -rw-r--r--
merged

header {* Comprehensive Complex Theory *}

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

end