blob: 0d6d6c3d728b701a6ab2b2ee86dc579f64020849 [file] [log] [blame]
(:*******************************************************:)
(:Test: sumdec2args-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: :)
(:$arg = xs:decimal(upper bound) :)
(:$zero = xs:decimal(lower bound) :)
(:*******************************************************:)
fn:sum((xs:decimal("999999999999999999"),xs:decimal("-999999999999999999")))