blob: 1996a008781fca0ef126ba420a86e54ac40ae0fc [file] [log] [blame]
(:*******************************************************:)
(:Test: maxflt2args-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:float(lower bound) :)
(:$arg2 = xs:float(upper bound) :)
(:*******************************************************:)
fn:max((xs:float("-3.4028235E38"),xs:float("3.4028235E38")))