Click or drag to resize

SpecialFunctionsEllipticE(Double) Method

The complete elliptic integral, E(m), of the second kind.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static double EllipticE(
	double m
)

Parameters

m  Double
The square of the elliptic modulus k, between 0 and 1 inclusive.

Return Value

Double
K(m)
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionParameter m must be between 0 and 1, inclusive.
Remarks
Some implementations of the complete elliptic integral of the first kind use the elliptical modulus, k, instead of m, where m = k * k.
See Also