lambertW | R Documentation |
the Lambert W function is the inverse of f(x) = x*exp(x). The two main branches are b = 0 and b = -1.
lambertW(z, b = 0, maxiter = 10, eps = .Machine$double.eps, min.imag = 1e-09)
z |
a complex number |
b |
an integer, determining the branch of the W function |
maxiter |
maximum number of Halley iteration |
eps |
floating point tolerance |
min.imag |
floating point tolerance for imaginary part |
a real number of value log(a/(1-a))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.