@stdlib/strided-base-smskmap
Apply a unary function to a single-precision floating-point strided input array according to a strided mask array and assign results to a single-precision floating-point strided output array.
Apply a unary function to a single-precision floating-point strided input array according to a strided mask array and assign results to a single-precision floating-point strided output array.
Test if a value is a 2-dimensional ndarray-like object containing single-precision floating-point numbers.
Utilities for single-precision floating-point numbers.
Base utilities for single-precision floating-point numbers.
Return an integer corresponding to the unbiased exponent of a single-precision floating-point number.
Create a single-precision floating-point number from a literal bit representation.
Return a boolean indicating if the sign bit for a single-precision floating-point number is on (true) or off (false).
Return an integer corresponding to the significand of a single-precision floating-point number.
Return a string giving the literal bit representation of a single-precision floating-point number.
Convert a single-precision floating-point number to a signed 32-bit integer.
Convert a single-precision floating-point number to an unsigned 32-bit integer.
Create a single-precision floating-point number from an unsigned integer corresponding to an IEEE 754 binary representation.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Calculate the cumulative maximum of single-precision floating-point strided array elements.
Calculate the cumulative maximum absolute value of single-precision floating-point strided array elements.
Calculate the cumulative minimum of single-precision floating-point strided array elements.
Calculate the cumulative minimum absolute value of single-precision floating-point strided array elements.
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using extended accumulation.
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation with extended accumulation.
Calculate the maximum value of a single-precision floating-point strided array.