TSystemFactorial Method

Returns factorial of current value.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
C#
public TNumber Factorial()

Return Value

TNumber
A factorial of current value.

Exceptions

GeneralExceptionThrows if factorial is defined for real numbers and zero.

See Also