src/HOL/Complex_Main.thy
author wenzelm
Sun, 31 Jul 2016 18:05:20 +0200
changeset 63570 1826a90b9cbc
parent 60758 d8d85a8172b5
child 63571 aee0d92995b6
permissions -rw-r--r--
simplified theory structure;

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

theory Complex_Main
imports
  Main
  Real
  Complex
  Transcendental
  MacLaurin
  Deriv
begin

end