blob: 4960b017df5577f115bd03373f1abffef778b7f8 [file] [log] [blame]
(:*******************************************************:)
(:Test: avgflt2args-3 :)
(:Written By: Carmelo Montanez :)
(:Date: Fri Dec 10 10:15:47 GMT-05:00 2004 :)
(:Purpose: Evaluates The "avg" function :)
(: with the arguments set as follows: :)
(:$arg1 = xs:float(upper bound) :)
(:$arg2 = xs:float(lower bound) :)
(:*******************************************************:)
fn:avg((xs:float("3.4028235E38"),xs:float("-3.4028235E38")))