Calculate the arithmetic mean of a strided array, ignoring NaN values.
Left pad a string to align with the longest string in an array
Evaluate the natural logarithm of 1-exp(-|x|).
Rayleigh distribution logarithm of cumulative distribution function (CDF).
Find the index of the first element having the maximum absolute value.
Test whether at least one element in a provided array has a specified own property key-value pair.
Yjs encoding protocols
Calculate the standard deviation of a single-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
Calculate the minimum absolute value of a double-precision floating-point strided array.
prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript.
Calculate the arithmetic mean of a strided array using Welford's algorithm.
Calculate the variance of a single-precision floating-point strided array ignoring NaN values and using a one-pass trial mean algorithm.
Perform the rank 1 operation A = α⋅x⋅y^T + A.
Compute the nth negaLucas number.
Cumulatively test whether at least `n` array elements in a provided array are truthy.
C API for registering a Node-API module exporting a strided array interface for applying a unary callback to a double-precision floating-point strided input array and assigning results to a double-precision floating-point strided output array.
Parse and stringify JSON with comments. It will retain comments even after saved!
Get the average value in an array
Resolve a loop block size for multi-dimensional array tiled loops.
Apply a unary function to each element retrieved from a input ndarray according to a callback function and assign results to elements in an output ndarray.
Evaluate the signum function for a single-precision floating-point number.
Calculate the standard deviation of a strided array using Welford's algorithm.
Compute the absolute value of each element retrieved from a strided input array via a callback function and assign each result to an element in a strided output array.
Return an array containing a truncated view of an input ndarray and a view of the last element(s) along a specified dimension.