statrs::function::factorial
pub fn ln_factorial(x: u64) -> f64
Computes the logarithmic factorial function x -> ln(x!) for x >= 0.
x -> ln(x!)
x >= 0
Returns 0.0 if x <= 1
0.0
x <= 1