Fill a strided array with pseudorandom numbers drawn from a normal distribution.
Strided.
Reinterpret a Complex64Array as a Float32Array.
Reinterpret a Complex128Array as a Float64Array.
Normally distributed pseudorandom numbers.
Smallest positive double-precision floating-point normal number.
Random numbers.
Determine the index offset which specifies the location of the first indexed value in a strided array.
Reinterpret a BooleanArray as a Uint8Array.
Normal distribution quantile function.
Standard math.
Normal distribution probability density function (PDF).
Apply a nullary callback and assign results to elements in a strided output array.
Normal distribution cumulative distribution function (CDF).
Smallest positive normalized single-precision floating-point number.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Calculate the arithmetic mean of a strided array.
Smallest positive normalized half-precision floating-point number.
Calculate the arithmetic mean of a strided array using a two-pass error correction algorithm.
Reinterpret a complex-valued floating-point array as a real-valued floating-point array having the same precision.
Calculate the variance of a strided array using a two-pass algorithm.
Calculate the variance of a strided array.
Convert a Node-API value representing a strided array to a double-precision floating-point array.
Apply a binary callback to elements in strided input arrays and assign results to elements in a strided output array.