math-base-special-lcmf
Compute the least common multiple (lcm) of two single-precision floating-point numbers.
constants-float64-max-safe-nth-double-factorial
Maximum safe nth double factorial when stored in double-precision floating-point format.
constants-float32-max-safe-nth-tribonacci
Maximum safe nth Tribonacci number when stored in single-precision floating-point format.
number-uint32-base-muldw
Compute the double word product of two unsigned 32-bit integers.
number-int32-base-muldw
Compute the double word product of two signed 32-bit integers.
math-base-special-lucasf
Compute the nth Lucas number as a single-precision floating-point number.
math-base-special-binomcoeff
Compute the binomial coefficient as a single-precision floating-point number.
@stdlib/random-streams-randi
Create a readable stream for generating pseudorandom numbers having integer values.
math-base-special-round-nearest-even
Round numbers to the nearest even integer with the math-base-special-round-nearest-even library. Ideal for precise numerical computations in JavaScript. 🛠️📊
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. 🐙✨
constants-float32-max-safe-nth-double-factorial
Maximum safe nth double factorial when stored in single-precision floating-point format.
constants-float32-max-nth-factorial
Maximum nth factorial when stored in single-precision floating-point format.
math-base-special-roundf
Round a single-precision floating-point number to the nearest integer.
constants-float64-max-nth-factorial
Maximum nth factorial when stored in double-precision floating-point format.
@stdlib/random-strided-discrete-uniform
Fill a strided array with pseudorandom numbers drawn from a discrete uniform distribution.
@stdlib/constants-float64-max-safe-nth-factorial
Maximum safe nth factorial when stored in double-precision floating-point format.
math-base-special-nonfibonaccif
Compute the nth non-Fibonacci single-precision floating-point number.
number-uint8-base-mul
This repository provides a fast and efficient way to perform base multiplication on unsigned 8-bit integers. Join us in enhancing numerical computations in JavaScript! 🚀💻