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