public static double EllipticE(
double phi,
double k
)
Public Shared Function EllipticE (
phi As Double,
k As Double
) As Double
public:
static double EllipticE(
double phi,
double k
)
static member EllipticE :
phi : float *
k : float -> float
The incomplete elliptic integral of the second kind is:
It appears in the Legendre reduction of integrals of rational funtions.
Be aware that some authors use the the parameter m = k2 instead of the modulus k.