blob: cdb94c83f59475d73cfd6a2ba2aa2567049ba964 [file] [log] [blame]
(:*******************************************************:)
(:Test: avgdbl2args-5 :)
(: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:double(lower bound) :)
(:$arg2 = xs:double(upper bound) :)
(:*******************************************************:)
fn:avg((xs:double("-1.7976931348623157E308"),xs:double("1.7976931348623157E308")))