src/HOL/Complex_Main.thy
author huffman
Wed, 21 Sep 2011 08:28:53 -0700
changeset 45036 ad016fc215f2
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
remove redundant instantiation ereal :: power

header {* Comprehensive Complex Theory *}

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

end