Special.EllipticE(Double, Double) Method

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

Definition

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

Parameters

phi  Double
The amplitude.
k  Double
The modulus.

Return Value

Double

See Also