src/HOL/Complex_Main.thy
author haftmann
Fri, 15 May 2009 16:39:16 +0200
changeset 31179 ced817160283
parent 29986 6b1ccda8bf19
child 31186 b458b4ac570f
permissions -rw-r--r--
experimental addition of quickcheck

header {* Comprehensive Complex Theory *}

theory Complex_Main
imports
  Main
  Real
  Complex
  Log
  Ln
  Taylor
  Integration
  "Library/Quickcheck"
begin

end