#include <DiLogarithm.h>
Static Public Member Functions | |
| double | DiLogReal (const double x) |
| Evaluate the real part of the Dilog function for real argument. | |
| Dpair | DiLogRealErr (const double x) |
| Evaluate the real part of the Dilog function and estimate the error. | |
| Dcomplex | DiLog (const Dcomplex z) |
| Evaluate Dilog function for complex argument. | |
| Cpair | DiLogErr (const Dcomplex z) |
| Evaluate Dilog function for complex argument and estimate the error. | |
Definition at line 28 of file DiLogarithm.h.
|
|
Evaluate Dilog function for complex argument.
|
|
|
Evaluate Dilog function for complex argument and estimate the error.
|
|
|
Evaluate the real part of the Dilog function for real argument.
|
|
|
Evaluate the real part of the Dilog function and estimate the error.
|
1.3.4