Special.Pochhammer Method

Returns the Pochhammer symbol.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static double Pochhammer(
	double a,
	double x
)

Parameters

a  Double
The base value.
x  Double
The index.

Return Value

Double
The Pochhammer symbol (a)x.

See Also