Description

Find the minimum value from a list of numbers

Syntax

min(numbers)

Parameters

Input ParameterTypeDescription
numbersarray of numbersAn array containing numbers to find the minimum value from

Return value

Type
number

Sample

ExampleResultDescription
min([5, 10, 15, 20])5Returns the smallest number from the input list

To view all the Math and Number functions, click here.