 | BigProduct.DivideFactorial Method |
Divides the
BigProduct's value by
n factorial raised to
pow.
Namespace:
NumberStone
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntaxpublic void DivideFactorial(
int n,
int pow = 1
)
Parameters
- n
- Type: System.Int32
The inverse factorial of the root of the divisor. - pow (Optional)
- Type: System.Int32
The power of the divisor.
Remarks
See Also