arb_lambertw | R Documentation |
Computes any branch W_{k}
of the multiple-valued Lambert
W
function. W(z)
is the set of solutions w
of the
equation w e^{w} = z
.
arb_lambertw(x, flags = 0L, prec = flintPrec())
acb_lambertw(z, k = 0L, flags = 0L, prec = flintPrec())
x , z |
numeric, complex, |
k |
an integer or |
flags |
for |
prec |
a numeric or |
An arb
or acb
vector
storing function values with error bounds. Its length is the maximum
of the lengths of the arguments or zero (zero if any argument has
length zero). The arguments are recycled as necessary.
The FLINT documentation of the underlying C functions: https://flintlib.org/doc/arb.html, https://flintlib.org/doc/acb.html
NIST Digital Library of Mathematical Functions: https://dlmf.nist.gov/4.13
Classes arb
and acb
.
## TODO
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.