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