AvailabilityJavaScript 1.0; JScript 1.0; ECMAScript v1; enhanced in ECMAScript v3 SynopsisMath.max(args...) Arguments
ReturnsThe largest of the arguments. Returns -Infinity if there are no arguments. Returns NaN if any of the arguments is NaN or is a non-numeric value that cannot be converted to a number. |