src/HOL/Complex_Main.thy
author blanchet
Fri, 27 May 2011 10:30:07 +0200
changeset 42994 fe291ab75eb5
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
towards supporting non-simply-typed encodings for TFF and THF (for orthogonality and experiments)

header {* Comprehensive Complex Theory *}

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

end