blob: 76ab285752fd026983defee115859d3449ae6a10 [file] [log] [blame]
(:*******************************************************:)
(:Test: avgnni2args-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:nonNegativeInteger(upper bound) :)
(:$arg2 = xs:nonNegativeInteger(lower bound) :)
(:*******************************************************:)
fn:avg((xs:nonNegativeInteger("999999999999999999"),xs:nonNegativeInteger("0")))