src/HOL/Complex_Main.thy
author haftmann
Fri, 27 Jul 2012 20:05:56 +0200
changeset 48565 7c497a239007
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
restored narrowing quickcheck after 6efff142bb54

header {* Comprehensive Complex Theory *}

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

end