Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.
- Updated
- JavaScript
![]() |
VOOZH | about |
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.
Calculate the standard deviation of a strided array using Welford's algorithm.
Base strided.
Standard library strided array special math functions.
Strided array math operations.
Standard library strided math functions.
Compute the arcsine of each element retrieved from an input strided array via a callback function.
Calculate the variance of a single-precision floating-point strided array using a two-pass algorithm.
Calculate the range of a single-precision floating-point strided array according to a mask, ignoring NaN values.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using extended accumulation, and returning an extended precision result.
Fill a strided array with pseudorandom numbers drawn from an inverse gamma distribution.
Calculate the standard deviation of a strided array.
Calculate the arithmetic mean of a double-precision floating-point strided array using pairwise summation.
Add a constant to each double-precision floating-point strided array element and compute the sum using a second-order iterative Kahan–Babuška algorithm.
Calculate the arithmetic mean of a single-precision floating-point strided array using an improved Kahan–Babuška algorithm.
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using extended accumulation, and returning an extended precision result.
Calculate the arithmetic mean of a double-precision floating-point strided array, ignoring NaN values and using a two-pass error correction algorithm.
Calculate the range of a strided array via a callback function, ignoring NaN values.
C API for registering an N-API module exporting a strided array interface for applying a unary callback accepting and returning single-precision floating-point numbers to each element in a single-precision floating-point strided input array and assigning results to elements in a single-precision floating-point strided output array.
Add a description, image, and links to the strided topic page so that developers can more easily learn about it.
To associate your repository with the strided topic, visit your repo's landing page and select "manage topics."