Click or drag to resize

SpecialFunctionsFactorial(BigInteger) Method

Computes the factorial of an integer.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static BigInteger Factorial(
	BigInteger x
)

Parameters

x  BigInteger
The integer value to compute the factorial for (must be >= 0).

Return Value

BigInteger
x! as a BigInteger.
See Also