SpecialFunctionsFactorial(BigInteger) Method |
Computes the factorial of an integer.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static BigInteger Factorial(
BigInteger x
)
Parameters
- x BigInteger
- The integer value to compute the factorial for (must be >= 0).
Return Value
BigIntegerx! as a BigInteger.
See Also