@stdlib/number-uint8-base-from-binary-string
Create an unsigned 8-bit integer from a literal bit representation.
Create an unsigned 8-bit integer from a literal bit representation.
Return a string giving the literal bit representation of an unsigned 8-bit integer.
Create an unsigned 16-bit integer from a literal bit representation.
Return a string giving the literal bit representation of an unsigned 16-bit integer.
Create an unsigned 32-bit integer from a literal bit representation.
Size (in bytes) of a half-precision floating-point number.
Return a double-precision floating-point number with the magnitude of x and the sign of y.
Return a single-precision floating-point number with the magnitude of x and the sign of y.
Return a double-precision floating-point number with the magnitude of x and the sign of x*y.
Return a single-precision floating-point number with the magnitude of x and the sign of x*y.
Size (in bytes) of a single-precision floating-point number.
Mask for the sign bit of a single-precision floating-point number.
Mask for the significand of a single-precision floating-point number.
Mask for excluding the sign bit of a single-precision floating-point number.
Mask for the exponent of a single-precision floating-point number.
High word mask for excluding the sign bit of a double-precision floating-point number.
High word mask for the exponent of a double-precision floating-point number.
High word mask for the sign bit of a double-precision floating-point number.
High word mask for the significand of a double-precision floating-point number.
Return an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a single-precision floating-point number.