blob: e57bcea95c24e6813aa3a4befd778e355d4a08fb [file] [log] [blame]
(:*******************************************************:)
(:Test: maxdbl2args-1 :)
(:Written By: Carmelo Montanez :)
(:Date: Fri Dec 10 10:15:47 GMT-05:00 2004 :)
(:Purpose: Evaluates The "max" function :)
(: with the arguments set as follows: :)
(:$arg1 = xs:double(lower bound) :)
(:$arg2 = xs:double(lower bound) :)
(:*******************************************************:)
fn:max((xs:double("-1.7976931348623157E308"),xs:double("-1.7976931348623157E308")))