@renderlayer/interpolants
@renderlayer/interpolants
@renderlayer/interpolants
Simple pure Javascript implementation of the Cooley-Tukey algorithm. Note: fft-js was chosen as the name since a lot of the FFT implementations on NPM at the time this was published were wrappers for Ruby or C.
Math Robot is a package designed to provide university and high school students with useful computing functions for Discrete Math modules.
Big discrete integer library
A library for expressing discrete mathematics in JavaScript
Geometric distributed pseudorandom numbers.
Hypergeometric distributed pseudorandom numbers.
Create an iterator for generating pseudorandom numbers drawn from a geometric distribution.
Create an iterator for generating pseudorandom numbers drawn from a hypergeometric distribution.
Create an iterator for generating pseudorandom numbers drawn from a binomial distribution.
Create an iterator for generating pseudorandom numbers drawn from a Bernoulli distribution.
Create an iterator for a linear congruential pseudorandom number generator (LCG) based on Park and Miller.
Create an iterator for a linear congruential pseudorandom number generator (LCG) whose output is shuffled.
Create an iterator for a 32-bit Mersenne Twister pseudorandom number generator.
Create an iterator for generating pseudorandom numbers drawn from a negative binomial distribution.
Create an iterator for generating pseudorandom numbers drawn from a discrete uniform distribution.
Geometric distribution logarithm of probability mass function (PMF).
Geometric distribution expected value.
Geometric distribution median.
Geometric distribution moment-generating function (MGF).