@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-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/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/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/constants-float32-precision
Effective number of bits in the significand of a single-precision floating-point number.
@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-num-bytes
Size (in bytes) of a single-precision floating-point number.
@stdlib/math-base-special-hypotf
Compute the hypotenuse avoiding overflow and underflow (single-precision).
@stdlib/math-base-special-deg2radf
Convert an angle from degrees to radians (single-precision).
@stdlib/math-base-special-invf
Compute the multiplicative inverse of a single-precision floating-point number.
@stdlib/math-base-ops-addf
Compute the sum of two single-precision floating-point numbers.
@stdlib/blas-base-sswap
Interchange two single-precision floating-point vectors.
@stdlib/math-base-special-abs2f
Compute the squared absolute value of a single-precision floating-point number.
@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/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/constants-float16
Half-precision floating-point mathematical constants.
@stdlib/math-base-special-cidentityf
Evaluate the identity function for a single-precision complex floating-point number.
@stdlib/math-base-special-pdifff
Return the positive difference between `x` and `y`.
@stdlib/blas-ext-base-sdsnansum
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using extended accumulation.
@stdlib/math-base-special-kronecker-deltaf
Evaluate the Kronecker delta (single-precision).
@stdlib/blas-ext-base-snansum
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values.
@stdlib/math-base-ops-subf
Subtract two single-precision floating-point numbers.
@stdlib/number-float32-base-exponent
Return an integer corresponding to the unbiased exponent of a single-precision floating-point number.
@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/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-base-special-clampf
Restrict a single-precision floating-point number to a specified range.
@stdlib/math-base-ops-mulf
Multiply two single-precision floating-point numbers.
math-base-special-identityf
Evaluate the identity function for a single-precision floating-point number.
@stdlib/assert-is-float32ndarray-like
Test if a value is an ndarray-like object containing single-precision floating-point numbers.
@stdlib/stats-base-sdsnanmean
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using extended accumulation.
@stdlib/blas-ext-base-ssort2ins
Simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using insertion sort.
@stdlib/assert-is-complex64ndarray-like
Test if a value is an ndarray-like object containing single-precision complex floating-point numbers.
constants-float32-exponent-bias
The bias of a single-precision floating-point number's exponent.
blas-ext-base-dsapxsum
Adds a constant to each single-precision floating-point strided array element and computes the sum using extended accumulation and returning an extended precision result.
number-float32-base-identity
Evaluate the identity function for a single-precision floating-point number.
math-base-special-floorf
Round a single-precision floating-point numeric value toward negative infinity.
stats-strided-snanmeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using a two-pass error correction algorithm.
constants-float32-sqrt-two-pi
Square root of 2π as a single-precision floating-point number
complex-float32-base-identity
Evaluate the identity function for a single-precision complex floating-point number.
constants-float32-max-base10-exponent
The maximum base 10 exponent for a single-precision floating-point number.
blas-base-wasm-dsdot
Compute the dot product of `x` and `y` with extended accumulation and result.
constants-float32-min-base10-exponent-subnormal
The minimum base 10 exponent for a subnormal single-precision floating-point number.
constants-float32-sqrt-two
Square root of `2` as a single-precision floating-point number.
constants-float32-sqrt-three
Square root of 3 as a single-precision floating-point number.
constants-float32-sqrt-half-pi
Square root of 0.5π as a single-precision floating-point number.
@hugoalh/is-string-singleline
An ECMAScript (JavaScript & TypeScript) module to determine whether the string is single line.
constants-float32-min-base10-exponent
The minimum base 10 exponent for a normal single-precision floating-point number.
number-float32-base-add
Compute the sum of two single-precision floating-point numbers.
stats-strided-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.
constants-float32-max-base10-exponent-subnormal
The maximum base 10 exponent for a subnormal single-precision floating-point number.
stats-strided-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.
stats-base-sdsnanmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation with extended accumulation.
constants-float32-ln-ten
Natural logarithm of `10` as a single-precision floating-point number.
constants-float32-sqrt-pi
Square root of the mathematical constant π as a single-precision floating-point number.
blas-base-wasm-dsdot
Compute the dot product of `x` and `y` with extended accumulation and result.
stats-strided-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.
constants-float32-sqrt-half
Square root of 1/2 as a single-precision floating-point number.