@stdlib/constants-uint32-num-bytes
Size (in bytes) of a 32-bit unsigned integer.
Size (in bytes) of a 32-bit unsigned integer.
32-bit signed integer mathematical constants.
Maximum signed 32-bit integer.
Minimum signed 32-bit integer.
Size (in bytes) of a 32-bit signed integer.
Perform C-like multiplication of two signed 32-bit integers.
Compute the double word product of two signed 32-bit integers.
Compute an absolute value of a signed 32-bit integer.
Perform C-like multiplication of two unsigned 32-bit integers.
Compute the double word product of two unsigned 32-bit integers.
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.
Return an integer corresponding to the significand of a single-precision floating-point number.
Create a single-precision floating-point number from an unsigned integer corresponding to an IEEE 754 binary representation.
Return a string giving the literal bit representation of an unsigned 32-bit integer.
Utilities for unsigned 32-bit integers.
Base utilities for unsigned 32-bit integers.
Create an unsigned 32-bit integer from a literal bit representation.
Perform C-like multiplication of two signed 32-bit integers.