funcscan
(Meta-)genome screening for functional and natural product gene sequences
@stdlib/regexp-function-name
Return a regular expression to capture a function name.
@stdlib/math-base-special-gamma-lanczos-sum-expg-scaled
Calculate a scaled Lanczos sum for the approximation of the gamma function.
@stdlib/math-base-special-trunc
Round a double-precision floating-point number toward zero.
@stdlib/math-base-special-kernel-betainc
Incomplete beta function and its first derivative.
@stdlib/math-base-special-gamma-delta-ratio
Compute the ratio of two gamma functions.
@stdlib/math-base-special-gamma-lanczos-sum
Calculate the Lanczos sum for the approximation of the gamma function.
@stdlib/assert-tools-array-like-function
Return a function which tests if every element in an array-like object passes a test condition.
math-base-special-binomcoefln
Compute the natural logarithm of the binomial coefficient.
@stdlib/math-base-special-factorialln
Evaluate the natural logarithm of the factorial function.
@stdlib/stats-base-dists-beta-pdf
Beta distribution probability density function (PDF).
@stdlib/random-array-tools-binary-factory
Create a factory function for generating pseudorandom values drawn from a binary PRNG.
@stdlib/math-base-special-logaddexp
Compute the natural logarithm of exp(x) + exp(y).
@stdlib/math-base-special-copysignf
Return a single-precision floating-point number with the magnitude of x and the sign of y.
@stdlib/math-base-special-binet
Evaluate Binet's formula extended to real numbers.
@stdlib/math-base-special-truncf
Round a single-precision floating-point number toward zero.
@stdlib/stats-base-dists-betaprime-pdf
Beta prime distribution probability density function (PDF).
@stdlib/math-base-special-flipsignf
Return a single-precision floating-point number with the magnitude of x and the sign of x*y.
@stdlib/math-iter-special-log
Create an iterator which computes the base `b` logarithm.
@stdlib/math-iter-special-riemann-zeta
Create an iterator which evaluates the Riemann zeta function for each iterated value.
@stdlib/math-iter-special-gamma1pm1
Create an iterator which computes `gamma(x+1) - 1` for each iterated value.
@stdlib/math-iter-special-gamma
Create an iterator which evaluates the gamma function for each iterated value.
@stdlib/math-iter-special-betaln
Create an iterator which evaluates the natural logarithm of the beta function.
@stdlib/math-base-special-log1mexp
Evaluate the natural logarithm of 1-exp(-|x|).
@stdlib/math-iter-special-dirichlet-eta
Create an iterator which evaluates the Dirichlet eta function for each iterated value.
@stdlib/math-iter-special-expm1
Create an iterator which computes `exp(x) - 1` for each iterated value.
@stdlib/math-iter-special-factorial
Create an iterator which evaluates the factorial function for each iterated value.
@stdlib/utils-curry-right
Transform a function into a sequence of functions each accepting a single argument.
@stdlib/math-iter-special-pow
Create an iterator which evaluates the exponential function.
@stdlib/random-strided-tools-unary-factory
Create a factory function for filling strided arrays with pseudorandom values drawn from a unary PRNG.
@stdlib/math-iter-special-gammaln
Create an iterator which evaluates the natural logarithm of the gamma function for each iterated value.
@stdlib/function-to-string
Return a string representing the source code of a provided function.