blob: 2c60203d63ef6d3db97c44e58ac790d4ae456839 [file] [log] [blame]
(:*******************************************************:)
(:Test: sumflt3args-5 :)
(: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(lower bound) :)
(:$arg2 = xs:float(lower bound) :)
(:$zero = xs:float(mid range) :)
(:*******************************************************:)
fn:sum((xs:float("0"),xs:float("0"),xs:float("0")))