src/HOL/Complex_Main.thy
author wenzelm
Mon, 09 Apr 2012 20:57:23 +0200
changeset 47408 63c05991882e
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
slightly faster default compilation of Isabelle/Scala;

header {* Comprehensive Complex Theory *}

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

end