src/HOL/Complex_Main.thy
author haftmann
Wed, 01 Sep 2010 11:09:50 +0200
changeset 38968 e55deaa22fff
parent 35292 e4a431b6d9b7
child 40839 48e01d16dd17
permissions -rw-r--r--
do not print object frame around Scala includes -- this is in the responsibility of the user

header {* Comprehensive Complex Theory *}

theory Complex_Main
imports
  Main
  Real
  SupInf
  Complex
  Log
  Ln
  Taylor
  Deriv
begin

end