src/HOL/Complex_Main.thy
author haftmann
Mon, 28 Sep 2009 10:51:12 +0200
changeset 32728 2c55fc50f670
parent 31204 46c0c741c8c2
child 33269 3b7e2dbbd684
permissions -rw-r--r--
further unification of datatype and rep_datatype

header {* Comprehensive Complex Theory *}

theory Complex_Main
imports
  Main
  Real
  Complex
  Log
  Ln
  Taylor
  Integration
begin

end