src/HOL/Complex_Main.thy
author wenzelm
Sat, 22 Mar 2014 18:16:54 +0100
changeset 56253 83b3c110f22d
parent 51527 bd62e7ff103b
child 58889 5b7a9633cfa8
permissions -rw-r--r--
more antiquotations;

header {* Comprehensive Complex Theory *}

theory Complex_Main
imports
  Main
  Real
  Complex
  Transcendental
  Taylor
  Deriv
begin

end