Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Lambert W function #73

Open
melodicore opened this issue Oct 21, 2024 · 2 comments
Open

Feature request: Lambert W function #73

melodicore opened this issue Oct 21, 2024 · 2 comments

Comments

@melodicore
Copy link

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.

@axkr
Copy link

axkr commented Oct 21, 2024

You Can find a Java implementation in apfloat.org project.

Search for LambertWHelper.java in the Github repo.

Note: in Mathematica the function is called ProductLog.

@melodicore
Copy link
Author

You Can find a Java implementation in apfloat.org project.

Thank you! I didn't get to check it properly yet but this seems to be exactly what I'm looking for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants