src/HOL/Complex_Main.thy
author wenzelm
Fri, 13 Mar 2009 23:56:07 +0100
changeset 30521 3ec2d35b380f
parent 29986 6b1ccda8bf19
child 31179 ced817160283
permissions -rw-r--r--
merged

header {* Comprehensive Complex Theory *}

theory Complex_Main
imports
  Main
  Real
  Complex
  Log
  Ln
  Taylor
  Integration
begin

end