src/HOL/Complex_Main.thy
author blanchet
Wed, 14 Apr 2010 17:10:16 +0200
changeset 36141 c31602d268be
parent 35292 e4a431b6d9b7
child 40839 48e01d16dd17
permissions -rw-r--r--
make Sledgehammer's "timeout" option work for "minimize"

header {* Comprehensive Complex Theory *}

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

end