pub fn fractional_multifactorial(x: Float, k: u32) -> FloatExpand description
Calculates the k-factorial of x.
Algorithm adapted from the formula by pregunton in a Math Stack Exchange reply.
pub fn fractional_multifactorial(x: Float, k: u32) -> FloatCalculates the k-factorial of x.
Algorithm adapted from the formula by pregunton in a Math Stack Exchange reply.