Returns the value of the complete elliptic integral of the third kind.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
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
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference