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