MultiStepMethodBaseFaculty Method |
Calculates the factorial of parameter x (in the range of 0..12).
Namespace: Altaxo.Calc.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxprotected static double Faculty(
int x
)
Parameters
- x Int32
- The value.
Return Value
DoubleThe factorial of
x.
Exceptions
See Also