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