Returns the value of the incomplete 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 Complex<double> EllipticPi(
Complex<double> n,
Complex<double> phi,
Complex<double> k
)
Public Shared Function EllipticPi (
n As Complex(Of Double),
phi As Complex(Of Double),
k As Complex(Of Double)
) As Complex(Of Double)
public:
static Complex<double> EllipticPi(
Complex<double> n,
Complex<double> phi,
Complex<double> k
)
static member EllipticPi :
n : Complex<float> *
phi : Complex<float> *
k : Complex<float> -> Complex<float>
Parameters
- n
- Type: Extreme.MathematicsComplexDouble
The characteristic. - phi
- Type: Extreme.MathematicsComplexDouble
The amplitude. - k
- Type: Extreme.MathematicsComplexDouble
The modulus.
Return Value
Type:
ComplexDouble
Numerical Libraries
Supported in: 6.0
Reference