src/HOL/Complex_Main.thy
author haftmann
Sun, 26 Apr 2009 08:34:53 +0200
changeset 30988 b53800e3ee47
parent 29986 6b1ccda8bf19
child 31179 ced817160283
permissions -rw-r--r--
adjusted to changes in power syntax

header {* Comprehensive Complex Theory *}

theory Complex_Main
imports
  Main
  Real
  Complex
  Log
  Ln
  Taylor
  Integration
begin

end