src/HOL/Complex_Main.thy
author blanchet
Tue, 07 Jun 2011 06:58:52 +0200
changeset 43222 d90151a666cc
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
pass props not thms to ATP translator

header {* Comprehensive Complex Theory *}

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

end