blob: d1265248c82334cb0dab09bbaa93ad7f236b44aa [file] [log] [blame]
(:*******************************************************:)
(:Test: minlng2args-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:long(upper bound) :)
(:$arg2 = xs:long(lower bound) :)
(:*******************************************************:)
fn:min((xs:long("92233720368547758"),xs:long("-92233720368547758")))