min() Function

Returns the minimum of the specified number(s). Returns an integer if all parameters are integers.

Syntax

min( number, … )

number: (Decimal Array) A candidate number or an array of candidates for the minimum.

Returns

Decimal

Examples

You can experiment with this function in the test box below.

Test Input

min(1,2,3,4) returns 1

Open in Github Built: Fri, Mar 11, 2022 (04:59:07 PM)

On This Page

FEEDBACK