src/HOL/Complex_Main.thy
author wenzelm
Thu, 28 Feb 2013 12:43:28 +0100
changeset 51302 de47a499bc04
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
tuned whitespace and indentation;

header {* Comprehensive Complex Theory *}

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

end