Special.Elliptic Pi Method
            
            
            
            Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.