src/HOL/Complex_Main.thy
author haftmann
Tue, 19 May 2009 13:57:51 +0200
changeset 31204 46c0c741c8c2
parent 31186 b458b4ac570f
child 33269 3b7e2dbbd684
permissions -rw-r--r--
moved Code_Index, Random and Quickcheck before Main

header {* Comprehensive Complex Theory *}

theory Complex_Main
imports
  Main
  Real
  Complex
  Log
  Ln
  Taylor
  Integration
begin

end