Routine ID: C324 | |
---|---|
Author(s): K.S. Kölbig | Library: MATHLIB |
Submitter: | Submitted: 15.05.1987 |
Language: Fortran | Revised: 01.12.1994 |
Function subprograms RATANI and DATANI calculate the arctangent integral
for real argument x.
On CDC and Cray computers, the double-precision version DATANI is not available.
Structure:
FUNCTION subprograms
User Entry Names: RATANI, DATANI
Obsolete User Entry Names: ATANI
RATANI
Usage:
In any arithmetic expression, RATANI(X) or DATANI(X) has the value ,
where RATANI is of type REAL, DATANI is of type DOUBLE PRECISION, and X has the same type as the function name.
Method:
Approximation by truncated Chebyshev series and functional relations.
Accuracy:
RATANI (except on CDC and Cray computers) has full single-precision accuracy. For most values of the argument X, DATANI (and RATANI on CDC and Cray computers) has an accuracy of approximately one significant digit less than the machine precision.
References: