src/HOL/Complex_Main.thy
author berghofe
Mon, 26 Oct 2009 14:53:33 +0100
changeset 33189 82a40677c1f8
parent 31204 46c0c741c8c2
child 33269 3b7e2dbbd684
permissions -rw-r--r--
Added Pattern.thy to Nominal/Examples.

header {* Comprehensive Complex Theory *}

theory Complex_Main
imports
  Main
  Real
  Complex
  Log
  Ln
  Taylor
  Integration
begin

end