LambertW icon indicating copy to clipboard operation
LambertW copied to clipboard

C++ implementation of the Lambert W(x) function

Results 2 LambertW issues
Sort by recently updated
recently updated
newest added

As in the title. The library is a perfect candidate for a header-only version, it is quick to compile (200-600 ms on my PC depending on the compiler settings), the...

I like the library, thanks for writing it and making it available with such good documentation. I have a project where I need to evaluate W0(exp(x)), in cases where exp(x)...