Skip to main content

ext_factorial

Function ext_factorial 

Source
pub fn ext_factorial(v: &BigInt) -> Option<BigInt>
Expand description

! y on a whole number: the exact factorial. None for a negative argument (a pole) or one large enough to exhaust the machine.