src/HOL/Complex_Main.thy
author blanchet
Thu, 02 Aug 2012 10:10:29 +0200
changeset 48653 6ac7fd9b3a54
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
support older versions of Vampire

header {* Comprehensive Complex Theory *}

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

end