#include <ExpIntegrals.h>
Static Public Member Functions | |
| double | E1 (const double x) |
| Evaluate E1(x). | |
| Dpair | E1Err (const double x) |
| Evaluate E1(x) and estimate the error. | |
| double | E2 (const double x) |
| Evaluate E2(x). | |
| Dpair | E2Err (const double x) |
| Evaluate E2(x) and estimate the error. | |
| double | Ei (const double x) |
| Evaluate Ei(x). | |
| Dpair | EiErr (const double x) |
| Evaluate Ei(x) and estimate the error. | |
| double | Shi (const double x) |
| Evaluate Shi(x). | |
| Dpair | ShiErr (const double x) |
| Evaluate Shi(x) and estimate the error. | |
| double | Chi (const double x) |
| Evaluate Chi(x). | |
| Dpair | ChiErr (const double x) |
| Evaluate Chi and estimate the error. | |
| double | Ei3 (const double x) |
| Evaluate Ei_3(x). | |
| Dpair | Ei3Err (const double x) |
| Evaluate Ei_3(x) and estimate the error. | |
| double | Si (const double x) |
| Evaluate Si(x). | |
| Dpair | SiErr (const double x) |
| Evaluate Si(x) and estimate the error. | |
| double | Ci (const double x) |
| Evaluate Ci(x). | |
| Dpair | CiErr (const double x) |
| Evaluate Ci(x) and estimate the error. | |
| double | AtanInt (const double x) |
| Evaluate AtanInt(x). | |
| Dpair | AtanIntErr (const double x) |
| Evaluate AtanInt(x) and estimate the error. | |
| double | Li (const double x) |
| Evaluate Li(x) (Logarithm-integral: Abromowitz&Stegum 5.1.3). | |
| Dpair | LiErr (const double x) |
| Evaluate Li(x) and estimate the error. | |
Definition at line 25 of file ExpIntegrals.h.
|
|
Evaluate AtanInt(x).
|
|
|
Evaluate AtanInt(x) and estimate the error.
|
|
|
Evaluate Chi(x).
|
|
|
Evaluate Chi and estimate the error.
|
|
|
Evaluate Ci(x).
|
|
|
Evaluate Ci(x) and estimate the error.
|
|
|
Evaluate E1(x).
|
|
|
Evaluate E1(x) and estimate the error.
|
|
|
Evaluate E2(x).
|
|
|
Evaluate E2(x) and estimate the error.
|
|
|
Evaluate Ei(x).
|
|
|
Evaluate Ei_3(x).
|
|
|
Evaluate Ei_3(x) and estimate the error.
|
|
|
Evaluate Ei(x) and estimate the error.
|
|
|
Evaluate Li(x) (Logarithm-integral: Abromowitz&Stegum 5.1.3).
|
|
|
Evaluate Li(x) and estimate the error.
|
|
|
Evaluate Shi(x).
|
|
|
Evaluate Shi(x) and estimate the error.
|
|
|
Evaluate Si(x).
|
|
|
Evaluate Si(x) and estimate the error.
|
1.3.4