Special.EllipticK Method

Definition

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

Overload List

EllipticK(Complex<Double>) Returns the value of the complete elliptic integral of the first kind.
EllipticK(Double) Returns the value of the complete elliptic integral of the first kind.

EllipticK(Complex<Double>)

Returns the value of the complete elliptic integral of the first kind.
C#
public static Complex<double> EllipticK(
	Complex<double> k
)

Parameters

k  Complex<Double>
The modulus.

Return Value

Complex<Double>

EllipticK(Double)

Returns the value of the complete elliptic integral of the first kind.
C#
public static double EllipticK(
	double k
)

Parameters

k  Double
The modulus.

Return Value

Double

See Also