@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-gamma-lanczos-sum
Calculate the Lanczos sum for the approximation of the gamma function.
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/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-factorial
Create an iterator which evaluates the factorial function for each iterated value.
@stdlib/math-iter-special-gammaln
Create an iterator which evaluates the natural logarithm of the gamma function for each iterated value.
@stdlib/math-iter-special-factorialln
Create an iterator which evaluates the natural logarithm of the factorial function for each iterated value.
@stdlib/math-iter-sequences-factorials
Create an iterator which generates a sequence of factorials.
constants-float32-max-nth-factorial
Maximum nth factorial when stored in single-precision floating-point format.
@stdlib/constants-float64-max-safe-nth-factorial
Maximum safe nth factorial when stored in double-precision floating-point format.
math-base-special-binomcoeff
Compute the binomial coefficient as a single-precision floating-point number.
math-base-special-gamma-lanczos-sum-expg-scaledf
This repository provides an efficient implementation of the scaled gamma function using the Lanczos sum. It aims to enhance numerical accuracy in computations, making it a valuable tool for developers working with mathematical applications. 🛠️📊
constants-float64-max-safe-nth-double-factorial
Maximum safe nth double factorial when stored in double-precision floating-point format.
constants-float64-max-nth-factorial
Maximum nth factorial when stored in double-precision floating-point format.