Utilities for unsigned 8-bit integers.
Maximum unsigned 8-bit integer.
Uint8Array.
Base utilities for unsigned 8-bit integers.
Return a string giving the literal bit representation of an unsigned 8-bit integer.
Test if a value is a Uint8Array.
Number constructor.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Test if a value is a number.
Split a double-precision floating-point number into a higher order word and a lower order word.
Convert a double-precision floating-point number to the nearest single-precision floating-point number.
Return an integer corresponding to the unbiased exponent of a double-precision floating-point number.
Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.
Create a double-precision floating-point number from a higher order word and a lower order word.
Evaluate the identity function for an unsigned 8-bit integer.
Double-precision complex number functions.
Single-precision complex number functions.
Reinterpret a BooleanArray as a Uint8Array.
Determine a value's type.
Return an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a single-precision floating-point number.
Set the more significant 32 bits of a double-precision floating-point number.
Set the less significant 32 bits of a double-precision floating-point number.
The maximum biased base 2 exponent for a subnormal double-precision floating-point number.
Convert an unsigned 32-bit integer to a signed 32-bit integer.