@stdlib/number-float32-base-to-word
Return an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a single-precision floating-point number.
@stdlib/number-float32-base-from-word
Create a single-precision floating-point number from an unsigned integer corresponding to an IEEE 754 binary representation.
@stdlib/math-base-special-fast-uint32-log2
Compute an integer binary logarithm (base two).
@stdlib/math-base-ops-umuldw
Compute the double word product of two unsigned 32-bit integers.
@stdlib/math-base-ops-imuldw
Compute the double word product of two signed 32-bit integers.
number-int32-base-muldw
Compute the double word product of two signed 32-bit integers.
number-uint32-base-add
This repository contains a utility for adding unsigned 32-bit integers in a base format. It aims to simplify numerical operations in JavaScript and Node.js. 🐙✨
ndarray-vector-uint32
Create an unsigned 32-bit integer vector (i.e., a one-dimensional ndarray).
ndarray-vector-uint32
Create an unsigned 32-bit integer vector (i.e., a one-dimensional ndarray).
number-uint32-base-muldw
Compute the double word product of two unsigned 32-bit integers.