AdvancedMathEllipticK Method |
Computes the complete elliptic integral of the first kind.
Namespace:
Meta.Numerics.Functions
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public static double EllipticK(
double k
)
Public Shared Function EllipticK (
k As Double
) As Double
public:
static double EllipticK(
double k
)
static member EllipticK :
k : float -> float
Parameters
- k
- Type: SystemDouble
The elliptic modulus, which must lie between zero and one.
Return Value
Type:
DoubleThe value of the Legendre integral K(k).
Exceptions Remarks K(k) is defined as the complete elliptic integral:
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.
See Also