Special.EllipticF Method

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23

Overload List

EllipticF(Complex<Double>, Complex<Double>) Returns the value of the incomplete elliptic integral of the first kind.
EllipticF(Double, Double) Returns the value of the incomplete elliptic integral of the first kind.

EllipticF(Complex<Double>, Complex<Double>)

Returns the value of the incomplete elliptic integral of the first kind.
C#
public static Complex<double> EllipticF(
	Complex<double> phi,
	Complex<double> k
)

Parameters

phi  Complex<Double>
The amplitude.
k  Complex<Double>
The modular angle.

Return Value

Complex<Double>

EllipticF(Double, Double)

Returns the value of the incomplete elliptic integral of the first kind.
C#
public static double EllipticF(
	double phi,
	double k
)

Parameters

phi  Double
The amplitude.
k  Double
The modular angle.

Return Value

Double

See Also