Special.Elliptic Pi Method
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Overload List
Elliptic | Returns the value of the complete elliptic integral of the third kind. |
Elliptic | Returns the value of the complete elliptic integral of the third kind. |
Elliptic | Returns the value of the incomplete elliptic integral of the third kind. |
Elliptic | Returns the value of the incomplete elliptic integral of the third kind. |
EllipticPi(Complex<Double>, Complex<Double>)
Returns the value of the complete elliptic integral of the third kind.
public static Complex<double> EllipticPi(
Complex<double> n,
Complex<double> k
)
Parameters
Return Value
Complex<Double>EllipticPi(Double, Double)
Returns the value of the complete elliptic integral of the third kind.
EllipticPi(Complex<Double>, Complex<Double>, Complex<Double>)
Returns the value of the incomplete elliptic integral of the third kind.
public static Complex<double> EllipticPi(
Complex<double> n,
Complex<double> phi,
Complex<double> k
)
Parameters
Return Value
Complex<Double>EllipticPi(Double, Double, Double)
Returns the value of the incomplete elliptic integral of the third kind.