MultiStepMethodBaseFaculty Method |
Calculates the faculty of parameter x (in the range of 1..12).
Namespace: Altaxo.Calc.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected static double Faculty(
int x
)
Parameters
- x Int32
- The x.
Return Value
Double[Missing <returns> documentation for "M:Altaxo.Calc.Ode.MultiStepMethodBase.Faculty(System.Int32)"]
See Also