|
IDL Analyst Reference Guide: Special Functions |
|
The IMSL_ELK function evaluates the complete elliptic integral of the kind K(x).
| Note This routine requires an IDL Analyst license. For more information, contact your ITT Visual Information Solutions sales or technical support representative. |
Result = IMSL_ELK(x [, /DOUBLE])
The complete elliptic integral K(x).
Argument for which the function value is desired.
If present and nonzero, double precision is used.
The complete elliptic integral of the first kind is defined to be:

The argument x must satisfy 0 £ x < 1; otherwise, IMSL_ELK returns the largest representable floating-point number.
The function K(x) is computed using IMSL_ELRF and the relation
K(x) = RF(0, 1 - x, 1).
The integral K(0) is evaluated.