src/HOL/Complex_Main.thy
author blanchet
Mon, 22 Aug 2011 15:02:45 +0200
changeset 44408 30ea62ab4f16
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
made reconstruction of type tag equalities "\?x = \?x" reliable

header {* Comprehensive Complex Theory *}

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

end