blob: 03bafd8bdff9e61a43c451c22aa5bcea371f79d3 [file] [log] [blame]
(:*******************************************************:)
(:Test: sumflt3args-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: :)
(:$arg1 = xs:float(upper bound) :)
(:$arg2 = xs:float(lower bound) :)
(:$zero = xs:float(lower bound) :)
(:*******************************************************:)
fn:sum((xs:float("3.4028235E38"),xs:float("-3.4028235E38"),xs:float("-3.4028235E38")))