blob: d2e69348a0b4f70b9084c8fce527fb5c71629115 [file] [log] [blame]
(:*******************************************************:)
(:Test: maxdbl2args-3 :)
(: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(upper bound) :)
(:$arg2 = xs:double(lower bound) :)
(:*******************************************************:)
fn:max((xs:double("1.7976931348623157E308"),xs:double("-1.7976931348623157E308")))