src/HOL/Complex_Main.thy
author wenzelm
Wed, 04 Nov 2015 23:27:00 +0100
changeset 61578 6623c81cb15a
parent 60758 d8d85a8172b5
child 63570 1826a90b9cbc
permissions -rw-r--r--
avoid ligatures;

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

theory Complex_Main
imports
  Main
  Real
  Complex
  Transcendental
  Taylor
  Deriv
begin

end