src/HOL/Complex_Main.thy
author haftmann
Tue, 02 Jun 2009 15:53:05 +0200
changeset 31377 a48f9ef9de15
parent 31204 46c0c741c8c2
child 33269 3b7e2dbbd684
permissions -rw-r--r--
OCaml builtin intergers are elusive; avoid

header {* Comprehensive Complex Theory *}

theory Complex_Main
imports
  Main
  Real
  Complex
  Log
  Ln
  Taylor
  Integration
begin

end