Module statrs::function::factorial [−][src]
Provides functions related to factorial calculations (e.g. binomial coefficient, factorial, multinomial)
Constants
MAX_ARG | The maximum factorial representable by a 64-bit floating point without overflowing |
Functions
binomial | Computes the binomial coefficient |
checked_multinomial | Computes the multinomial coefficient: |
factorial | Computes the factorial function |
ln_binomial | Computes the natural logarithm of the binomial coefficient
|
ln_factorial | Computes the logarithmic factorial function |
multinomial | Computes the multinomial coefficient: |