blob: de1e84d70846b2907b13ca0352f64bb9774db777 [file] [log] [blame]
(:*******************************************************:)
(:Test: minint2args-2 :)
(: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:int(mid range) :)
(:$arg2 = xs:int(lower bound) :)
(:*******************************************************:)
fn:min((xs:int("-1873914410"),xs:int("-2147483648")))