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