Returns the Pochhammer symbol.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static double Pochhammer(
double a,
double x
)
Public Shared Function Pochhammer (
a As Double,
x As Double
) As Double
public:
static double Pochhammer(
double a,
double x
)
static member Pochhammer :
a : float *
x : float -> float
Parameters
- a
- Type: SystemDouble
The base value. - x
- Type: SystemDouble
The index.
Return Value
Type:
DoubleThe Pochhammer symbol (a)
x.
Reference