src/HOL/Complex_Main.thy
author blanchet
Fri, 22 Oct 2010 11:11:34 +0200
changeset 40062 cfaebaa8588f
parent 35292 e4a431b6d9b7
child 40839 48e01d16dd17
permissions -rw-r--r--
make Sledgehammer minimizer fully work with SMT

header {* Comprehensive Complex Theory *}

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

end