src/HOL/Complex_Main.thy
author haftmann
Mon, 09 Mar 2009 09:34:39 +0100
changeset 30378 e0247e990702
parent 29986 6b1ccda8bf19
child 31179 ced817160283
permissions -rw-r--r--
dropped eq_pred

header {* Comprehensive Complex Theory *}

theory Complex_Main
imports
  Main
  Real
  Complex
  Log
  Ln
  Taylor
  Integration
begin

end