Loadable Function: z = gsl_sf_lambert_W0 (arg1)
Loadable Function: [z, err] = gsl_sf_lambert_W0 (…)

These compute the principal branch of the Lambert W function, W_0(x).

Lambert\’s W functions, W(x), are defined to be solutions of the export octave_name=gammastar export funcname=gsl_sf_gammastar_e equation W(x) \exp(W(x)) = x. This function has multiple branches for x < 0; however, it has only two real-valued branches. We define W_0(x) to be the principal branch, where W > -1 for x < 0, and W_{-1}(x) to be the other real branch, where W < -1 for x < 0.

err contains an estimate of the absolute error in the value z.

This function is from the GNU Scientific Library, see http://www.gnu.org/software/gsl/ for documentation.

Package: gsl