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