Click or drag to resize

MultiStepMethodBaseFaculty Method

Calculates the factorial of parameter x (in the range of 0..12).

Namespace: Altaxo.Calc.Ode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
protected static double Faculty(
	int x
)

Parameters

x  Int32
The value.

Return Value

Double
The factorial of x.
Exceptions
ExceptionCondition
NotImplementedExceptionThrown if x is outside the supported range.
See Also