blob: e9b40317c71f2fdfdc55314571f677272cf906a6 [file] [log] [blame]
(:*******************************************************:)
(:Test: minnpi2args-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:nonPositiveInteger(upper bound) :)
(:$arg2 = xs:nonPositiveInteger(lower bound) :)
(:*******************************************************:)
fn:min((xs:nonPositiveInteger("0"),xs:nonPositiveInteger("-999999999999999999")))