@stdlib/array-typed-real
Create a typed array.
Create a typed array.
Uint32Array.
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero and having the same length and data type as a provided input array.
Create a zero-filled array having a specified length.
Create a zero-filled array having the same length and data type as a provided array.
Create a typed array.
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 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.
Compute the double word product of two unsigned 32-bit integers.