max3[]

Maximum value.

Returns the larger of its arguments: either x, y or z.

Syntax

max3[x, y, z]

Parameters

x Values among which the function selects a maximum.
y Values among which the function selects a maximum.
z Values among which the function selects a maximum.
Return Value The maximum numeric value of its arguments.

Examples

#<result> = max3[3, 5, 1]
(print,#<result>)

result: 5

See also

max