104 packages found
another json-like structure
- bin
- hex
- oct
- scientific-notation
- bigInt
- Infinity
- NaN
- concatable-string
- comments
- hash
- ref
- optional-quote
- configurable-colons
- configurable-commas
- View more
Computes the sum of an array ignoring non-numeric values.
Computes the product of an array ignoring any non-numeric values.
Computes the arithmetic mean over an array of values ignoring any values which are not numeric.
Computes the sample variance over an array of values ignoring any values which are not numeric.
Computes the harmonic mean of an array of values ignoring any values which are not numeric.
Computes the quadratic mean (root mean square) of an array of values ignoring any values which are not numeric.
Computes the sample standard deviation over an array of values ignoring any values which are not numeric.
Computes for each array element whether an element is NaN.
Computes the minimum value of an array ignoring non-numeric values and returns the corresponding array indices.
Computes the geometric mean of an array of values ignoring any values which are not numeric.
Computes the maximum value of an array ignoring non-numeric values and returns the corresponding array indices.
Computes the minimum value of an array ignoring non-numeric values.
Computes the maximum value of an array ignoring non-numeric values.
Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.