src/HOL/Complex_Main.thy
author berghofe
Thu, 10 Jan 2013 18:19:13 +0100
changeset 50788 fec14e8fefb8
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
Added proof function declarations for min and max

header {* Comprehensive Complex Theory *}

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

end