Special.Pochhammer Method

Returns the Pochhammer symbol.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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