@stdlib/math-iter-special-gamma
Create an iterator which evaluates the gamma function for each iterated value.
Create an iterator which evaluates the gamma function for each iterated value.
Create an iterator which computes `gamma(x+1) - 1` for each iterated value.
Create a factory function for generating pseudorandom values drawn from a ternary PRNG.
Create a factory function for generating pseudorandom values drawn from a unary PRNG.
Beta distribution probability density function (PDF).
Create a factory function for generating pseudorandom values drawn from a binary PRNG.
Beta prime distribution probability density function (PDF).
Transform a function into a sequence of functions each accepting a single argument.
Transform a function into a sequence of functions each accepting a single argument.
Decorate a provided function such that the function's return value is provided as an argument to another function.
Create a function that invokes a provided function according to a predicate function.
Identity function.
Determine a function's name.
Function sequence.
Function composition.
Constant function.
Invoke a function n times and return an array of accumulated function return values.
Function sequence.
Apply a function to each element in an array and assign the result to an element in an output array.
Create a function that applies arguments to a provided function after transforming arguments according to a callback function.