@stdlib/math-base-assert-is-nan
Test if a double-precision floating-point numeric value is NaN.
@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-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/math-base-special-ldexp
Multiply a double-precision floating-point number by an integer power of two.
@stdlib/constants-float64-high-word-abs-mask
High word mask for excluding the sign bit of a double-precision floating-point number.
@stdlib/constants-float64-min-base2-exponent-subnormal
The minimum biased base 2 exponent for a subnormal double-precision floating-point number.
@stdlib/constants-float64-max-base2-exponent-subnormal
The maximum biased base 2 exponent for a subnormal double-precision floating-point number.
@stdlib/number-float64-base-exponent
Return an integer corresponding to the unbiased exponent of a double-precision floating-point number.
@stdlib/number-float64-base-get-high-word
Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.
@stdlib/constants-float64-high-word-exponent-mask
High word mask for the exponent of a double-precision floating-point number.
@stdlib/constants-float64-exponent-bias
The bias of a double-precision floating-point number's exponent.
@stdlib/constants-float64-high-word-sign-mask
High word mask for the sign bit of a double-precision floating-point number.
@stdlib/number-float64-base-get-low-word
Return an unsigned 32-bit integer corresponding to the less significant 32 bits of a double-precision floating-point number.
@stdlib/constants-float64-high-word-significand-mask
High word mask for the significand of a double-precision floating-point number.
@stdlib/constants-float64-min-base10-exponent
The minimum base 10 exponent for a normal double-precision floating-point number.
@stdlib/constants-float64-eps
Difference between one and the smallest value greater than one that can be represented as a double-precision floating-point number.
@stdlib/constants-float32-smallest-normal
Smallest positive normalized single-precision floating-point number.
@stdlib/constants-float64-gamma-lanczos-g
Arbitrary constant `g` to be used in Lanczos approximation functions.
@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-float64-min-base10-exponent-subnormal
The minimum base 10 exponent for a subnormal double-precision floating-point number.
constants-float64-max-base10-exponent
The maximum base 10 exponent for a double-precision floating-point number.
@stdlib/constants-float64-min-base2-exponent
The minimum biased base 2 exponent for a normal double-precision floating-point number.
@stdlib/math-base-assert-is-nanf
Test if a single-precision floating-point numeric value is NaN.
@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-float64-base-signbit
Return a boolean indicating if the sign bit for a double-precision floating-point number is on (true) or off (false).
@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-abs-mask
Mask for excluding the sign bit of a single-precision floating-point number.
@stdlib/constants-float32-num-bytes
Size (in bytes) of a single-precision floating-point number.
@stdlib/math-base-special-frexp
Split a double-precision floating-point number into a normalized fraction and an integer power of two.
@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/constants-float64-max-safe-nth-fibonacci
Maximum safe nth Fibonacci number when stored in double-precision floating-point format.
@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/math-base-special-hypotf
Compute the hypotenuse avoiding overflow and underflow (single-precision).
@stdlib/constants-float32-significand-mask
Mask for the significand of a single-precision floating-point number.
@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/math-strided-special-sabs2
Compute the squared absolute value for each element in a single-precision floating-point strided array.
@stdlib/math-base-special-abs2f
Compute the squared absolute value of a single-precision floating-point number.
@stdlib/constants-float16-sqrt-eps
Square root of half-precision floating-point epsilon.
@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/constants-float16-eps
Difference between one and the smallest value greater than one that can be represented as a half-precision floating-point number.
@stdlib/number-float32-base
Base utilities for single-precision floating-point numbers.
@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.