blob: 2c7eb4bbad4019c5a2f78fcb7c19fabe33eac779 [file] [log] [blame]
(:*******************************************************:)
(:Test: sumflt2args-2 :)
(:Written By: Carmelo Montanez :)
(:Date: Fri Dec 10 10:15:47 GMT-05:00 2004 :)
(:Purpose: Evaluates The "sum" function :)
(: with the arguments set as follows: :)
(:$arg = xs:float(upper bound) :)
(:$zero = xs:float(lower bound) :)
(:*******************************************************:)
fn:sum((xs:float("3.4028235E38"),xs:float("-3.4028235E38")))