src/HOL/Complex_Main.thy
author bulwahn
Fri, 01 Apr 2011 13:49:36 +0200
changeset 42194 bd416284a432
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
adding general interface for batch validators in quickcheck

header {* Comprehensive Complex Theory *}

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

end