Category:

Mathematical

Returns the larger of two numbers.

Syntax

max(
  x Numeric,
  y Numeric
): Numeric

Parameters

x is the first number.

y is the second number.

Return value

Type: Numeric.

Examples of using

max(15.2, 16)