@stdlib/array-typed
Create a typed array.
Create a typed array.
Determine the minimum array data type for storing a provided unsigned integer value.
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.
Bitwise rotation to the right.
Return a string giving the literal bit representation of an unsigned 32-bit integer.
Convert an unsigned 32-bit integer to a signed 32-bit integer.
Utilities for unsigned 8-bit integers.
Base utilities for unsigned 8-bit integers.
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.
Utilities for unsigned 32-bit integers.
Base utilities for unsigned 32-bit integers.
Create an unsigned 32-bit integer from a literal bit representation.
Bitwise rotation to the left.
Compute the double word product of two signed 32-bit integers.
Test whether an unsigned integer is a power of 2.
Perform C-like multiplication of two unsigned 32-bit integers.