src/HOL/Complex_Main.thy
author wenzelm
Fri, 16 Oct 2015 10:11:20 +0200
changeset 61457 3e21699bb83b
parent 60758 d8d85a8172b5
child 63570 1826a90b9cbc
permissions -rw-r--r--
clarified Antiquote.antiq_reports; Thy_Output.output_text: support for markdown (inactive); eliminared Thy_Output.check_text -- uniform use of Thy_Output.output_text;

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

theory Complex_Main
imports
  Main
  Real
  Complex
  Transcendental
  Taylor
  Deriv
begin

end