src/HOL/Complex_Main.thy
author wenzelm
Sat, 28 Mar 2009 17:08:49 +0100
changeset 30759 3bc78fbb9f57
parent 29986 6b1ccda8bf19
child 31179 ced817160283
permissions -rw-r--r--
added map_facts_refs;

header {* Comprehensive Complex Theory *}

theory Complex_Main
imports
  Main
  Real
  Complex
  Log
  Ln
  Taylor
  Integration
begin

end