|
IDL Analyst Reference Guide: Special Functions |
|
The IMSL_ELRJ function evaluates Carlson's elliptic integral of the third kind RJ (x, y, z, r).
| Note This routine requires an IDL Analyst license. For more information, contact your ITT Visual Information Solutions sales or technical support representative. |
Result = IMSL_ELRJ(x, y, z, rho [, /DOUBLE])
The complete elliptic integral RJ (x, y, z, r).
Fourth argument for which the function value is desired. It must be positive.
First argument for which the function value is desired. It must be nonnegative.
Second argument for which the function value is desired. It must be nonnegative.
Third argument for which the function value is desired. It must be positive.
If present and nonzero, double precision is used.
Carlson's elliptic integral of the third kind is defined to be:

The arguments must be nonnegative. In addition, x + y, x + z, y + z and r must be greater than or equal to (5s)1/3 and less than or equal to 0.3(b/5)1/3, where s is the smallest representable floating-point number. Should any of these conditions fail IMSL_ELRJ is set to b, the largest floating-point number.
The IMSL_ELRJ function is based on the code by Carlson and Notis (1981) and the work of Carlson (1979).
The integral RJ (2, 3, 4, 5) is computed.