#include <Lambert.h>
Static Public Member Functions | |
| double | LambertW0 (const double x) |
| Evaluate the principal branch of the Lambert function. | |
| Dpair | LambertW0Err (const double x) |
| Evaluate the principal branch of the Lambert function and estimate the error. | |
| double | LambertWm1 (const double x) |
| Evaluate the secondary branch of the Lambert function. | |
| Dpair | LambertWm1Err (const double x) |
| Evaluate the secondary branch of the Lambert function and estimate the error. | |
Definition at line 25 of file Lambert.h.
|
|
Evaluate the principal branch of the Lambert function.
|
|
|
Evaluate the principal branch of the Lambert function and estimate the error.
|
|
|
Evaluate the secondary branch of the Lambert function.
|
|
|
Evaluate the secondary branch of the Lambert function and estimate the error.
|
1.3.4