src/HOL/Complex_Main.thy
author haftmann
Wed, 28 Oct 2009 17:44:03 +0100
changeset 33274 b6ff7db522b5
parent 33269 3b7e2dbbd684
child 35292 e4a431b6d9b7
permissions -rw-r--r--
moved lemmas for dvd on nat to theories Nat and Power

header {* Comprehensive Complex Theory *}

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

end