Returns the value of the incomplete elliptic integral of the first kind.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static Complex<double> EllipticF(
Complex<double> phi,
Complex<double> k
)
Public Shared Function EllipticF (
phi As Complex(Of Double),
k As Complex(Of Double)
) As Complex(Of Double)
public:
static Complex<double> EllipticF(
Complex<double> phi,
Complex<double> k
)
static member EllipticF :
phi : Complex<float> *
k : Complex<float> -> Complex<float>
Parameters
- phi
- Type: Extreme.MathematicsComplexDouble
The amplitude. - k
- Type: Extreme.MathematicsComplexDouble
The modular angle.
Return Value
Type:
ComplexDouble
Reference