Computes the complete elliptic integral of the first kind.
Namespace: Meta.Numerics.FunctionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
| C# | Visual Basic | Visual C++ | F# |
Parameters
- k
- Double
The elliptic modulus, which must lie between zero and one.
Return Value
The value of the Legendre integral K(k).
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.