FutureProg functions

max

Built-In · computer function, computer program, standard futureprog

Number max(Number minimum, Number maximum)
Contexts: computer function, computer program, standard futureprog
Returns the higher of two numbers.
minimum: The lower numeric bound or first number.
maximum: The upper numeric bound or second number.

← Back to FutureProg functions