|
ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
|
Lambert functions. More...
Functions | |
| int | W0_e (double x, result &result) |
| C++ version of gsl_sf_lambert_W0_e(). More... | |
| double | W0 (double x) |
| C++ version of gsl_sf_lambert_W0(). More... | |
| int | Wm1_e (double x, result &result) |
| C++ version of gsl_sf_lambert_Wm1_e(). More... | |
| double | Wm1 (double x) |
| C++ version of gsl_sf_lambert_Wm1(). More... | |
Lambert functions.
|
inline |
C++ version of gsl_sf_lambert_W0().
Lambert's Function W_0(x)
W_0(x) is the principal branch of the implicit function defined by W e^W = x.
\(-1/E < x < \infty\)
| x | A real value |
Definition at line 58 of file sf_lambert.hpp.
|
inline |
C++ version of gsl_sf_lambert_W0_e().
Lambert's Function W_0(x)
W_0(x) is the principal branch of the implicit function defined by W e^W = x.
\(-1/E < x < \infty\)
| x | A real value |
| result | The result as a gsl::sf::result object |
Definition at line 45 of file sf_lambert.hpp.
|
inline |
C++ version of gsl_sf_lambert_Wm1().
Lambert's Function W_{-1}(x)
W_{-1}(x) is the second real branch of the implicit function defined by W e^W = x. It agrees with W_0(x) when x >= 0.
\(-1/E < x < \infty\)
| x | A real value |
Definition at line 86 of file sf_lambert.hpp.
|
inline |
C++ version of gsl_sf_lambert_Wm1_e().
Lambert's Function W_{-1}(x)
W_{-1}(x) is the second real branch of the implicit function defined by W e^W = x. It agrees with W_0(x) when x >= 0.
\(-1/E < x < \infty\)
| x | A real value |
| result | The result as a gsl::sf::result object |
Definition at line 72 of file sf_lambert.hpp.