blob: 34069f04b16c33eb9342358e1bfc8ffd8938e61a [file] [log] [blame]
(:*******************************************************:)
(:Test: avglng2args-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:long(upper bound) :)
(:$arg2 = xs:long(lower bound) :)
(:*******************************************************:)
fn:avg((xs:long("92233720368547758"),xs:long("-92233720368547758")))