#include <Logarithm.h>
Static Public Member Functions | |
| double | Log (const double x) |
| Evaluate ln(x). | |
| Dpair | LogErr (const double x) |
| Evaluate ln(x) and estimate the error. | |
| double | LogAbs (const double x) |
| Evaluate ln(|x|). | |
| Dpair | LogAbsErr (const double x) |
| Evaluate ln(|x|) and estimate the error. | |
| Dcomplex | Log (const Dcomplex z) |
| Evaluate ln(z). | |
| Cpair | LogErr (const Dcomplex z) |
| Evaluate ln(z) and estimate the error. | |
| double | Log1p (const double x) |
| Evaluate ln(1+x). | |
| Dpair | Log1pErr (const double x) |
| Evaluate ln(1+x) and estimate the error. | |
| double | Log1pm (const double x) |
| Evaluate ln(1+x) - x. | |
| Dpair | Log1pmErr (const double x) |
| Evaluate ln(1+x) - x and estimate the error. | |
Definition at line 27 of file Logarithm.h.
|
|
Evaluate ln(z).
|
|
|
Evaluate ln(x).
|
|
|
Evaluate ln(1+x).
|
|
|
Evaluate ln(1+x) and estimate the error.
|
|
|
Evaluate ln(1+x) - x.
|
|
|
Evaluate ln(1+x) - x and estimate the error.
|
|
|
Evaluate ln(|x|).
|
|
|
Evaluate ln(|x|) and estimate the error.
|
|
|
Evaluate ln(z) and estimate the error.
|
|
|
Evaluate ln(x) and estimate the error.
|
1.3.4