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