blob: 810e17693124fe000390d770455ebe404c6971de [file] [log] [blame]
(:*******************************************************:)
(:Test: maxdbl2args-5 :)
(: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(upper bound) :)
(:*******************************************************:)
fn:max((xs:double("-1.7976931348623157E308"),xs:double("1.7976931348623157E308")))