Computes the minimum number in an array.
{{$min array [format]}}
array
Array of numbers.
format
Format string used to format the result
Returns the minimum value.
Example
{{$min scores}}
{ "scores": [ 3, 22, 9, 15 ] }
3
Last updated 5 months ago
Was this helpful?