src/HOL/Complex_Main.thy
author wenzelm
Fri, 17 Dec 2010 18:10:37 +0100
changeset 41249 26f12f98f50a
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
Command 'type_synonym' (with single argument) supersedes 'types' (legacy feature);

header {* Comprehensive Complex Theory *}

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

end