Returns the value of the complete elliptic integral of the third kind.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static double EllipticPi(
double n,
double k
)
Public Shared Function EllipticPi (
n As Double,
k As Double
) As Double
public:
static double EllipticPi(
double n,
double k
)
static member EllipticPi :
n : float *
k : float -> float
Parameters
- n
- Type: SystemDouble
The characteristic. - k
- Type: SystemDouble
The modulus.
Return Value
Type:
Double
Reference