src/HOL/Complex_Main.thy
author bulwahn
Fri, 11 Nov 2011 12:10:49 +0100
changeset 45461 130c90bb80b4
parent 40864 4abaaadfdaf2
child 51518 6a56b7088a6a
permissions -rw-r--r--
using more conventional names for monad plus operations

header {* Comprehensive Complex Theory *}

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

end