@stdlib/napi-create-int32
Convert a signed 32-bit integer to a Node-API value.
Convert a signed 32-bit integer to a Node-API value.
Convert an unsigned 32-bit integer to a Node-API value.
Test if a value is a Uint16Array.
Test if a value is a Uint32Array.
Test if a value is a Uint8Array.
Test if a value is a Uint8ClampedArray.
Compute the nth non-Fibonacci number.
Round a numeric value to the nearest integer.
Round a numeric value to the nearest multiple of b^n on a linear scale.
Round a double-precision floating-point number to the nearest multiple of 10^n.
Perform C-like multiplication of two signed 32-bit integers.
Compute the double word product of two signed 32-bit integers.
Compute an absolute value of a signed 32-bit integer.
Compute the least common multiple (lcm).
Round a numeric value to the nearest multiple of b^n toward zero.
Round a single-precision floating-point number toward zero.
Round a numeric value to the nearest multiple of 10^n toward zero.
Perform C-like multiplication of two unsigned 32-bit integers.
Compute the double word product of two unsigned 32-bit integers.
Round a double-precision floating-point number toward zero.