@stdlib/math-base-special-fast-uint32-sqrt
Compute an integer square root.
Compute an integer square root.
Generate a linearly spaced numeric array whose elements increment by 1 starting from one.
Generate a linearly spaced numeric array whose elements increment by 1 starting from one and having the same length and data type as a provided input 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.
Create a typed array.
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.
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.
Create a double-precision floating-point number from a higher order word and a lower order word.