src/HOL/Complex_Main.thy
author blanchet
Thu, 20 Oct 2011 22:26:02 +0200
changeset 45221 3eadb9b6a055
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
mark "xt..." rules as "no_atp", since they are easy consequences of other better named properties

header {* Comprehensive Complex Theory *}

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

end