JavaScript numeric array implemented using an integer
Computes a moving maximum over a numeric array.
Computes the cumulative minimum of a numeric array.
Computes an element-wise multiplication of a numeric array.
Computes a moving sample variance over a numeric array.
Computes a moving sample standard deviation over a numeric array.
Generates a linearly spaced numeric array using a provided increment.
Computes the upper interquartile mean (upper midmean) of a numeric array.
Computes the lower interquartile mean (lower midmean) of a numeric array.
Computes the minimum value of a numeric array and returns the corresponding array indices.
Generate a logarithmically spaced numeric array.
Generate a linearly spaced two-dimensional nested numeric array.
Generate a linearly spaced numeric array using a provided increment.
Generate a linearly spaced numeric array whose elements increment by 1.
Flatten nested arrays
MCP server: descriptive statistics over a numeric array (mean, median, stddev, percentiles).
Fast JavaScript array sorting by implementing Python's Timsort algorithm
Validates if a value is a numeric array in which no element exceeds a maximum value.
Universal byte / register decoder + encoder palette for Node-RED. Decode and encode int16, uint16, int32, uint32, float32, float64, strings, and bitmasks from any Buffer or numeric array — Modbus registers, MQTT payloads, raw TCP/UDP, BLE, LoRaWAN, file p
A Vue 3 composable for Laravel-style form validation. Supports string, numeric, array, file rules, conditionals (required_if, same), custom labels, and multi-language error messages.
Validates if a value is a numeric array in which no element exceeds a minimum value.
Numeric array compressor Compression quality is ~ 2 times better than the original separator-separated sequence of numbers
Rearrange array elements by index array
A polyfill for Array.prototype.flat and Array.prototype.flatMap