src/HOL/Complex_Main.thy
author wenzelm
Wed, 09 Apr 2014 12:33:02 +0200
changeset 56493 1f660d858a75
parent 51527 bd62e7ff103b
child 58889 5b7a9633cfa8
permissions -rw-r--r--
prefer regular Goal_Display.pretty_goals, without censorship of options;

header {* Comprehensive Complex Theory *}

theory Complex_Main
imports
  Main
  Real
  Complex
  Transcendental
  Taylor
  Deriv
begin

end