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 Complex<double> EllipticPi(
Complex<double> n,
Complex<double> k
)
Public Shared Function EllipticPi (
n As Complex(Of Double),
k As Complex(Of Double)
) As Complex(Of Double)
public:
static Complex<double> EllipticPi(
Complex<double> n,
Complex<double> k
)
static member EllipticPi :
n : Complex<float> *
k : Complex<float> -> Complex<float>
Parameters
- n
- Type: Extreme.MathematicsComplexDouble
The characteristic. - k
- Type: Extreme.MathematicsComplexDouble
The modulus.
Return Value
Type:
ComplexDouble
Reference