Function hedron::math::fact

source ·
pub fn fact(n: usize) -> usize
Expand description

Factorial, calculated naively ex: 3! = 1 * 2 * 3 = 6