Click or drag to resize

MultiStepMethodBaseFaculty Method

Calculates the faculty of parameter x (in the range of 1..12).

Namespace: Altaxo.Calc.Ode
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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