There doesn't seem to be any Java library that implements the Lambert W function with arbitrary precision numbers, so as a last resort I am requesting for that functionality in BigMath.
As a quick summary, the Lambert W function calculates the inverse of the function f(x)=x*ex.
There doesn't seem to be any Java library that implements the Lambert W function with arbitrary precision numbers, so as a last resort I am requesting for that functionality in BigMath.
As a quick summary, the Lambert W function calculates the inverse of the function f(x)=x*ex.