@stdlib/array-ones
Create an array filled with ones and having a specified length.
Create an array filled with ones and having a specified length.
Create an array filled with ones and having the same length and data type as a provided array.
Compute the double word product of two signed 32-bit integers.
Perform C-like multiplication of two unsigned 32-bit integers.
Compute the double word product of two unsigned 32-bit integers.
Test whether an unsigned integer is a power of 2.
Return a string giving the literal bit representation of an unsigned 8-bit integer.
Create a single-precision floating-point number from an unsigned integer corresponding to an IEEE 754 binary representation.
Convert a single-precision floating-point number to an unsigned 32-bit integer.
Return an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a single-precision floating-point number.
Convert a double-precision floating-point number to an unsigned 32-bit integer.
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.
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.