src/HOL/Complex_Main.thy
author wenzelm
Sat, 26 Apr 2014 17:25:02 +0200
changeset 56754 21662be93f4c
parent 51527 bd62e7ff103b
child 58889 5b7a9633cfa8
permissions -rw-r--r--
actually observe search limit;

header {* Comprehensive Complex Theory *}

theory Complex_Main
imports
  Main
  Real
  Complex
  Transcendental
  Taylor
  Deriv
begin

end