src/HOL/Complex_Main.thy
author bulwahn
Wed, 23 Mar 2011 08:50:31 +0100
changeset 42088 8d00484551fe
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
making quickcheck's result value more formal; allowing more result information to be returned after timeout; adding output of timing information in quickcheck

header {* Comprehensive Complex Theory *}

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

end