src/HOL/Complex_Main.thy
author wenzelm
Tue, 07 Oct 2014 20:59:46 +0200
changeset 58614 7338eb25226c
parent 51527 bd62e7ff103b
child 58889 5b7a9633cfa8
permissions -rw-r--r--
more cartouches; more antiquotations;

header {* Comprehensive Complex Theory *}

theory Complex_Main
imports
  Main
  Real
  Complex
  Transcendental
  Taylor
  Deriv
begin

end