src/HOL/Complex_Main.thy
author huffman
Wed, 12 Jan 2011 16:04:47 -0800
changeset 41533 869b5ea478b0
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
proper 'domain' class instance for 'a defl, with deflation combinator

header {* Comprehensive Complex Theory *}

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

end