min3[]

Maximum value.

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

Syntax

min3[x, y, z]

Parameters

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

Examples

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

result: 1

See also

min