blob: d118df25559488e1e19258eb28ff578318fee807 [file] [log] [blame]
(:*******************************************************:)
(:Test: avgnint2args-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:negativeInteger(upper bound) :)
(:$arg2 = xs:negativeInteger(lower bound) :)
(:*******************************************************:)
fn:avg((xs:negativeInteger("-1"),xs:negativeInteger("-999999999999999999")))