src/HOL/Complex_Main.thy
author wenzelm
Fri, 27 Jun 2014 15:24:56 +0200
changeset 57412 b441f330078b
parent 51527 bd62e7ff103b
child 58889 5b7a9633cfa8
permissions -rw-r--r--
minor renovation of slightly odd and old README;

header {* Comprehensive Complex Theory *}

theory Complex_Main
imports
  Main
  Real
  Complex
  Transcendental
  Taylor
  Deriv
begin

end