Convert each element in a double-precision floating-point strided array from degrees to radians according to a strided mask array.
Compute the arcsine of each element retrieved from an input strided array via a callback function.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using extended accumulation.
Read and write a growable buffer as a stream
TypeScript definitions for delaunator
Determine if an array is row-major contiguous.
Compute the shape of a normalized multi-slice.
A JS implementation of JSONPath with some additional operators
The pug lexer (takes a string and converts it to an array of tokens)
Test whether every element in an ndarray is truthy.
Slice constructor.
Utility that lets you turn a process into a highland stream.
Ledger Hardware Wallet Node implementation of the communication layer, using node-hid. without usb events
Simple key-value storage with support for multiple backends
Calculate the sum of strided array elements, ignoring NaN values and using pairwise summation.
Chi distribution cumulative distribution function (CDF).
A tiny shim over ipaddr.js providing convenience features for Node.js
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.
Replace elements of an array with provided values according to a provided mask array.
Sort a strided array.
jobn是基于二进制的javascript object序列化格式。本库是jobn序列化和反序列化的具体实现。
Compute the cumulative sum of a one-dimensional single-precision floating-point ndarray using an improved Kahan–Babuška algorithm.
Rijndael in Pure Javascript