Special.EllipticK Method

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0

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