blob: 0f26f69b1d4760b34e3ee8c83ce495e53882fe7b [file] [log] [blame]
(:*******************************************************:)
(:Test: avgsht2args-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:short(upper bound) :)
(:$arg2 = xs:short(lower bound) :)
(:*******************************************************:)
fn:avg((xs:short("32767"),xs:short("-32768")))