src/HOL/Complex_Main.thy
author wenzelm
Thu, 03 Mar 2016 15:23:02 +0100
changeset 62505 9e2a65912111
parent 60758 d8d85a8172b5
child 63570 1826a90b9cbc
permissions -rw-r--r--
clarified modules; tuned signature;

section \<open>Comprehensive Complex Theory\<close>

theory Complex_Main
imports
  Main
  Real
  Complex
  Transcendental
  Taylor
  Deriv
begin

end