Create a single-precision floating-point vector (i.e., a one-dimensional ndarray).
Convert a double-precision floating-point number to the nearest single-precision floating-point number.
Single-precision complex number functions.
Float32Array.
64-bit complex number.
Return an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a single-precision floating-point number.
Return the real and imaginary components of a single-precision complex floating-point number.
Smallest positive normalized single-precision floating-point number.
Single-precision floating-point positive infinity.
Return a list of ndarray data types to which a provided ndarray data type can be safely cast.
Difference between one and the smallest value greater than one that can be represented as a single-precision floating-point number.
Return a list of ndarray data types to which a provided ndarray data type can be safely cast and, for floating-point data types, can be downcast.
Single-precision floating-point negative infinity.
Mask for the exponent of a single-precision floating-point number.
Maximum single-precision floating-point number.
Test if an input value is a supported ndarray data type.
Return an integer corresponding to the unbiased exponent of a single-precision floating-point number.
The bias of a single-precision floating-point number's exponent.
List of ndarray data types.
Mask for the significand of a single-precision floating-point number.
Multidimensional arrays.
Convert a single-precision floating-point number to the nearest half-precision floating-point number.
Convert a half-precision floating-point number to the nearest single-precision floating-point number.
Mask for the sign bit of a single-precision floating-point number.