src/HOL/Complex_Main.thy
author blanchet
Mon, 21 Feb 2011 10:29:13 +0100
changeset 41789 7c7b68b06c1a
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
don't distinguish between "fixes" and other free variables -- this confuses users

header {* Comprehensive Complex Theory *}

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

end