@settlemint/ws-transform-stream
Node.JS websocket Transform stream implementation
Node.JS websocket Transform stream implementation
A suite of utilities to query and modify JavaScript source
Create an iterator for generating pseudorandom numbers drawn from a standard normal distribution using the Box-Muller transform.
Create an iterator which invokes a ternary function accepting numeric arguments for each iterated value.
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.
Compute the squared absolute value of each element retrieved from an input strided array via a callback function.
Compute the arccosine of each element retrieved from an input strided array via a callback function.
Compute the hyperbolic arccosine of each element retrieved from an input strided array via a callback function.
Compute the inverse cotangent of each element retrieved from an input strided array via a callback function.
Element-wise addition of two strided arrays via a callback function.
Element-wise multiplication of two strided arrays via a callback function.
Element-wise subtraction of two strided arrays via a callback function.
Create an iterator which invokes a unary function accepting a single numeric argument for each iterated value.
Create an iterator which invokes a binary function accepting numeric arguments for each iterated value.
Compute the principal square root for each element retrieved from an input strided array via a callback function.
Compute the Bessel function of the second kind of order one for each element retrieved from an input strided array via a callback function.
Evaluate Binet's formula extended to real numbers for each element retrieved from an input strided array via a callback function.
Compute the cube root of each element retrieved from an input strided array via a callback function.
Compute the cosine for each element retrieved from an input strided array via a callback function.
Compute the cube root of each element retrieved from a double-precision floating-point strided array via a callback function.