src/HOL/Complex_Main.thy
author wenzelm
Mon, 19 Oct 2015 20:29:29 +0200
changeset 61487 f8cb97e0fd0b
parent 60758 d8d85a8172b5
child 63570 1826a90b9cbc
permissions -rw-r--r--
more symbols, with swapped defaults: old-style ASCII syntax uses "ASCII" print mode;

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

theory Complex_Main
imports
  Main
  Real
  Complex
  Transcendental
  Taylor
  Deriv
begin

end