blob: 654ebfb1667be874e90f8ae4aa2fd645c87c880a [file] [log] [blame]
(:*******************************************************:)
(:Test: sumlng3args-2 :)
(:Written By: Carmelo Montanez :)
(:Date: Fri Dec 10 10:15:47 GMT-05:00 2004 :)
(:Purpose: Evaluates The "sum" function :)
(: with the arguments set as follows: :)
(:$arg1 = xs:long(upper bound) :)
(:$arg2 = xs:long(lower bound) :)
(:$zero = xs:long(lower bound) :)
(:*******************************************************:)
fn:sum((xs:long("92233720368547758"),xs:long("-92233720368547758"),xs:long("-92233720368547758")))