src/HOL/Complex_Main.thy
author wenzelm
Thu, 30 May 2013 22:11:29 +0200
changeset 52260 e7c47fe56fbd
parent 51527 bd62e7ff103b
child 58889 5b7a9633cfa8
permissions -rw-r--r--
toplevel invocation via implicit ML compilation context;

header {* Comprehensive Complex Theory *}

theory Complex_Main
imports
  Main
  Real
  Complex
  Transcendental
  Taylor
  Deriv
begin

end