AdvancedMathEllipticPi Method |
Computes the complete elliptic integral of the third kind.
Namespace:
Meta.Numerics.Functions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax 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, which must be less than or equal to one. - k
- Type: SystemDouble
The elliptic modulus, which must lie between zero and one.
Return Value
Type:
DoubleThe value of Π(n, k)
Remarks Be aware that some authors use the the parameter m = k2 instead of the modulus k.
See Also