Special.EllipticE(Complex<Double>) Method

Returns the value of the complete elliptic integral of the second kind.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static Complex<double> EllipticE(
	Complex<double> k
)

Parameters

k  Complex<Double>
The modulus.

Return Value

Complex<Double>

See Also