Subject: [boost] [Math/Special Functions] Is there any interest in the Lambert W function?
From: Balázs Cziráki (balazs.cziraki_at_[hidden])
Date: 2016-09-25 07:27:48


Greetings!

I'm working on a C++ implementation of the Lambert W
(a.k.a. product logarithm or Omega function) and I wanted to ask
the Boost developer community if there is interest in adding it to the
library.

The current version can be found on GitHub:

https://github.com/CzB404/lambert_w/

I've successfully tested it with Cygwin GCC v5.4, v6.2
and with MinGW GCC that is supplied with Code::Blocks,
and also on Visual Studio 2015.
A test on a Linux based OS (probably Ubuntu) is also going to happen.

Any suggestions or constructive criticism is welcome.

Best regards,
Balázs Cziráki