Category:

Mathematical

Returns the smaller of two numbers.

Syntax

min(
  x Numeric,
  y Numeric
): Numeric

Parameters

x is the first number.

y is the second number.

Return value

Type: Numeric.

Examples of using

min(15.2, 16)