src/HOL/Complex_Main.thy
author wenzelm
Sun, 07 Feb 2010 19:54:12 +0100
changeset 35022 c844b93dd147
parent 33269 3b7e2dbbd684
child 35292 e4a431b6d9b7
permissions -rw-r--r--
modernized perl scripts: prefer standalone executables;

header {* Comprehensive Complex Theory *}

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

end