Author(s): K.S. Kölbig | Library: MATHLIB |
Submitter: | Submitted: 19.10.1966 |
Language: Fortran | Revised: 01.12.1994 |
Function subprograms RDILOG and DDILOG calculate the dilogarithm function
for real arguments x.
On CDC and Cray computers, the double-precision version DDILOG is not available.
Structure:
FUNCTION subprograms
User Entry Names: RDILOG, DDILOG
Obsolete User Entry Names: DILOG RDILOG
Usage:
In any arithmetic expression,
RDILOG(X) or DDILOG(X) has the value Li ,
Method:
Approximation by truncated Chebyshev series and functional relations.
Accuracy:
RDILOG (except on CDC and Cray computers) has full single-precision accuracy. For most values of the argument X, DDILOG (and RDILOG on CDC and Cray computers) has an accuracy of approximately one significant digit less than the machine precision.
References: