src/HOL/Complex_Main.thy
author blanchet
Tue, 28 Aug 2012 17:17:41 +0200
changeset 48978 dcb486124b6a
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
tuning

header {* Comprehensive Complex Theory *}

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

end