Go to the source code of this file.
|
| double | Ei1 (double x) |
| |
| double | Ei2 (double x) |
| |
| double | Ei3 (double x) |
| |
| double | Ei (double x) |
| | Computes the exponential integral function Ei(x).
|
| |
|
| constexpr double | epsilon = 1.e-10 |
| |
| constexpr double | g = 0.5772156649015328606065121 |
| |
◆ Ei()
Computes the exponential integral function Ei(x).
- Parameters
-
- Returns
- Result of the exponential integral.
Definition at line 106 of file exponential_integral.cpp.
◆ Ei1()
◆ Ei2()
◆ Ei3()
◆ epsilon
| constexpr double epsilon = 1.e-10 |
|
constexpr |
| constexpr double g = 0.5772156649015328606065121 |
|
constexpr |