@stdlib/blas-ext-base-ssumkbn2
Calculate the sum of single-precision floating-point strided array elements using a second-order iterative Kahan–Babuška algorithm.
@stdlib/stats-base-snanmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using Welford's algorithm.
@stdlib/stats-base-dsmeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm with extended accumulation and returning an extended precision result.
@stdlib/blas-ext-base-ssort2hp
Simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using heapsort.
@stdlib/stats-base-smeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm.
@stdlib/stats-base-smeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm.
@stdlib/stats-base-dsmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm with extended accumulation and returning an extended precision result.
@stdlib/stats-base-dsnanmeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using a two-pass error correction algorithm with extended accumulation, and returning an extended precision result.
@stdlib/stats-base-dsnanmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using Welford's algorithm with extended accumulation, and returning an extended precision result.
@stdlib/blas-ext-base-ssort2sh
Simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using Shellsort.
@stdlib/stats-base-snanmeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using a two-pass error correction algorithm.
@stdlib/blas-ext-base-snansumkbn2
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.
@stdlib/constants-float32-smallest-normal
Smallest positive normalized single-precision floating-point number.
@stdlib/number-float32-base-to-word
Return an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a single-precision floating-point number.
@stdlib/strided-base-reinterpret-complex64
Reinterpret a Complex64Array as a Float32Array.
@stdlib/constants-float32-smallest-subnormal
Smallest positive single-precision floating-point subnormal number.
@stdlib/constants-float32-pinf
Single-precision floating-point positive infinity.
@stdlib/constants-float32-eps
Difference between one and the smallest value greater than one that can be represented as a single-precision floating-point number.
@stdlib/constants-float32-cbrt-eps
Cube root of single-precision floating-point epsilon.
@stdlib/constants-float32
Single-precision floating-point mathematical constants.
@stdlib/constants-float32-sqrt-eps
Square root of single-precision floating-point epsilon.
@stdlib/number-float32-base-from-word
Create a single-precision floating-point number from an unsigned integer corresponding to an IEEE 754 binary representation.
@stdlib/constants-float32-abs-mask
Mask for excluding the sign bit of a single-precision floating-point number.
@stdlib/constants-float32-exponent-mask
Mask for the exponent of a single-precision floating-point number.
@stdlib/math-base-special-ceilf
Round a single-precision floating-point number toward positive infinity.
@stdlib/constants-float32-sign-mask
Mask for the sign bit of a single-precision floating-point number.
@stdlib/math-base-special-copysignf
Return a single-precision floating-point number with the magnitude of x and the sign of y.
@stdlib/blas-ext-base-dssum
Calculate the sum of single-precision floating-point strided array elements using extended accumulation and returning an extended precision result.
@stdlib/strided-base-smap
Apply a unary function accepting and returning single-precision floating-point numbers to each element in a single-precision floating-point strided input array and assign each result to an element in a single-precision floating-point strided output array.
@stdlib/strided-napi-smskmap
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 according to a corresponding element in a strided mask array and assigning results to elements in a single-precision floating-point strided output array.
@stdlib/strided-napi-smap
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.
@stdlib/blas-ext-base-ssum
Calculate the sum of single-precision floating-point strided array elements.
@stdlib/constants-float32-significand-mask
Mask for the significand of a single-precision floating-point number.
@stdlib/blas-ext-base-ssumors
Calculate the sum of single-precision floating-point strided array elements using ordinary recursive summation.
@stdlib/stats-base-dsmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation and returning an extended precision result.
@stdlib/math-strided-special-sabs2
Compute the squared absolute value for each element in a single-precision floating-point strided array.
@stdlib/blas-base-sswap
Interchange two single-precision floating-point vectors.
@stdlib/number-float32-base-signbit
Return a boolean indicating if the sign bit for a single-precision floating-point number is on (true) or off (false).
@stdlib/number-float32-base
Base utilities for single-precision floating-point numbers.
@stdlib/blas-ext-base-sdsapxsum
Adds a constant to each single-precision floating-point strided array element and computes the sum using extended accumulation.
@stdlib/math-base-special-flipsignf
Return a single-precision floating-point number with the magnitude of x and the sign of x*y.
@stdlib/math-strided-special-smskceil
Round each element in a single-precision floating-point strided array toward positive infinity according to a strided mask array.
@stdlib/stats-base-snanmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.
@stdlib/blas-ext-base-dssumors
Calculate the sum of single-precision floating-point strided array elements using ordinary recursive summation with extended accumulation and returning an extended precision result.
@stdlib/strided-base-smskmap
Apply a unary function accepting and returning single-precision floating-point numbers to each element in a single-precision floating-point strided input array according to a corresponding element in a strided mask array and assign each result to an element in a single-precision floating-point strided output array.
@stdlib/math-strided-special-sdeg2rad
Convert each element in a single-precision floating-point strided array from degrees to radians.
@stdlib/math-base-special-cidentityf
Evaluate the identity function for a single-precision complex floating-point number.
@stdlib/blas-ext-base-snansum
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values.
@stdlib/blas-ext-base-sdsnansum
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using extended accumulation.
@stdlib/number-float32-base-significand
Return an integer corresponding to the significand of a single-precision floating-point number.
@stdlib/stats-base-dsnanmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.
@stdlib/number-float32-base-exponent
Return an integer corresponding to the unbiased exponent of a single-precision floating-point number.
@stdlib/strided-base-smskmap2
Apply a binary function to single-precision floating-point strided input arrays according to a strided mask array and assign results to a single-precision floating-point strided output array.
@stdlib/blas-ext-base-dsnansumors
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.
@stdlib/math-strided-special-smsktrunc
Round each element in a single-precision floating-point strided array toward zero according to a strided mask array.
@stdlib/blas-ext-base-sapxsum
Adds a constant to each single-precision floating-point strided array element and computes the sum.
@stdlib/stats-base-dsnanmean
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using extended accumulation, and returning an extended precision result.
stats-base-snanmean
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values.
@stdlib/assert-is-float32vector-like
Test if a value is a 1-dimensional ndarray-like object containing single-precision floating-point numbers.
@stdlib/stats-base-smeanors
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation.
@stdlib/math-strided-special-smskcbrt
Compute the cube root for each element in a single-precision floating-point strided array according to a strided mask array.
@stdlib/stats-base-smin
Calculate the minimum value of a single-precision floating-point strided array.
@stdlib/blas-ext-base-dsnannsumors
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.
@stdlib/math-strided-special-smskinv
Compute the multiplicative inverse for each element in a single-precision floating-point strided array according to a strided mask array.
@stdlib/stats-base-smean
Calculate the arithmetic mean of a single-precision floating-point strided array.
@stdlib/math-strided-special-ssqrt
Compute the principal square root for each element in a single-precision floating-point strided array.
@stdlib/assert-is-float32matrix-like
Test if a value is a 2-dimensional ndarray-like object containing single-precision floating-point numbers.
@stdlib/number-float32-base-assert
Base double-precision floating-point number assert functions.
@stdlib/blas-ext-base-sdssum
Calculate the sum of single-precision floating-point strided array elements using extended accumulation.
@stdlib/stats-base-sdsmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation.
@stdlib/blas-ext-base-dsnansum
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using extended accumulation, and returning an extended precision result.
@stdlib/math-strided-special-sfloor
Round each element in a single-precision floating-point strided array toward negative infinity.
@stdlib/math-strided-special-smskabs2
Compute the squared absolute value for each element in a single-precision floating-point strided array according to a strided mask array.
@stdlib/math-strided-special-smsksqrt
Compute the principal square root for each element in a single-precision floating-point strided array according to a strided mask array.
@stdlib/math-strided-special-sabs
Compute the absolute value for each element in a single-precision floating-point strided array.
math-base-special-identityf
Evaluate the identity function for a single-precision floating-point number.
@stdlib/math-strided-special-sramp
Evaluate the ramp function for each element in a single-precision floating-point strided array.