Skip to content

min

min(arr, options?): number

Defined in: ds/src/core/math.js:290

Compute minimum value of an array

Parameters

arr

number[]

Array of numbers

options?

any = {}

Options { naOmit: boolean }

Returns

number

Minimum value or NaN if empty