githubEdit

$min

Computes the minimum number in an array.

Signature

{{$min array [format]}}

Arguments

Name
Description
Type
Required

array

Array of numbers.

Number Array

format

Format string used to format the result

String

Returns

Returns the minimum value.

Example

{{$min scores}}

Last updated

Was this helpful?