blob: 13b04fe462ea9102adb284851762ab1257b5ec9f [file] [log] [blame]
(:*******************************************************:)
(:Test: avgdec2args-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:decimal(upper bound) :)
(:$arg2 = xs:decimal(lower bound) :)
(:*******************************************************:)
fn:avg((xs:decimal("999999999999999999"),xs:decimal("-999999999999999999")))