src/HOL/Complex_Main.thy
author wenzelm
Wed, 15 Feb 2012 20:41:13 +0100
changeset 46490 e4863ab5e09b
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
more basic simplification, eliminated slightly odd tactic style from 1995 (cf. ea0668a1c0ba);

header {* Comprehensive Complex Theory *}

theory Complex_Main
imports
  Main
  Real
  SupInf
  Complex
  Log
  Ln
  Taylor
  Deriv
begin

end