blob: abf3660f7aae7cd96de42aff0c28b4dcb5768082 [file] [log] [blame]
(:*******************************************************:)
(:Test: maxdec2args-3 :)
(:Written By: Carmelo Montanez :)
(:Date: Fri Dec 10 10:15:47 GMT-05:00 2004 :)
(:Purpose: Evaluates The "max" function :)
(: with the arguments set as follows: :)
(:$arg1 = xs:decimal(upper bound) :)
(:$arg2 = xs:decimal(lower bound) :)
(:*******************************************************:)
fn:max((xs:decimal("999999999999999999"),xs:decimal("-999999999999999999")))