@stdlib/math-iter-sequences-triangular
Create an iterator which generates a sequence of triangular numbers.
@stdlib/math-iter-sequences-even-integers
Create an iterator which generates an interleaved sequence of even integers.
@stdlib/math-base-assert-is-nonpositive-integer
Test if a finite double-precision floating-point number is a nonpositive integer.
@stdlib/math-strided-special-sfloor
Round each element in a single-precision floating-point strided array toward negative infinity.
@stdlib/math-strided-special-dfloor
Round each element in a double-precision floating-point strided array toward negative infinity.
@stdlib/math-iter-sequences-nonnegative-integers
Create an iterator which generates a nonnegative integer sequence.
math-strided-special-sceil
Round each element in a single-precision floating-point strided array toward positive infinity.
math-iter-sequences-nonsquares
Create an iterator which generates a sequence of nonsquares.
@stdlib/math-base-special-ceilb
Round a numeric value to the nearest multiple of b^n toward positive infinity.
@stdlib/math-strided-special-smskfloor
Round each element in a single-precision floating-point strided array toward negative infinity according to a strided mask array.
@stdlib/math-strided-special-dmskfloor
Round each element in a double-precision floating-point strided array toward negative infinity according to a strided mask array.
@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.
@stdlib/math-iter-sequences-factorials
Create an iterator which generates a sequence of factorials.
@stdlib/random-iter-randi
Create an iterator for generating pseudorandom numbers having integer values.
@stdlib/math-iter-sequences-squared-triangular
Create an iterator which generates a sequence of squared triangular numbers.
@stdlib/math-iter-sequences-nonpositive-even-integers
Create an iterator which generates a sequence of nonpositive even integers.
@stdlib/math-iter-sequences-nonpositive-integers
Create an iterator which generates a nonpositive integer sequence.
@stdlib/math-iter-sequences-integers
Create an iterator which generates an interleaved integer sequence.
@stdlib/math-iter-sequences-composites
Create an iterator which generates a sequence of composite numbers.
@stdlib/math-iter-sequences-nonnegative-even-integers
Create an iterator which generates a sequence of nonnegative even integers.
math-strided-special-ceil
Round each element in a strided array toward positive infinity.
random-base-discrete-uniform
Discrete uniform distributed pseudorandom numbers.
math-strided-special-floor
Round each element in a strided array toward negative infinity.
math-base-special-floorf
Round a single-precision floating-point numeric value toward negative infinity.
math-base-special-ceil
Round a double-precision floating-point number toward positive infinity.
@stdlib/number-float64-base-to-int64-bytes
Convert an integer-valued double-precision floating-point number to a signed 64-bit integer byte array according to host byte order.
@stdlib/random-array-discrete-uniform
Create an array containing pseudorandom numbers drawn from a discrete uniform distribution.
math-base-special-lcmf
Compute the least common multiple (lcm) of two single-precision floating-point numbers.
constants-float64-max-safe-nth-tribonacci
Maximum safe nth Tribonacci number when stored in double-precision floating-point format.
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. 🐙✨
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. 🛠️📊