Special.Pochhammer Method
Returns the Pochhammer symbol.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
The Pochhammer symbol (a)x.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static double Pochhammer(
double a,
double x
)
Parameters
Return Value
DoubleThe Pochhammer symbol (a)x.