src/HOL/Complex_Main.thy
author bulwahn
Mon, 11 May 2009 09:18:42 +0200
changeset 31106 9a1178204dc0
parent 29986 6b1ccda8bf19
child 31179 ced817160283
permissions -rw-r--r--
Added pred_code command

header {* Comprehensive Complex Theory *}

theory Complex_Main
imports
  Main
  Real
  Complex
  Log
  Ln
  Taylor
  Integration
begin

end