serso / android-calculatorpp

Android Calculator
421 stars 201 forks source link

Implement Lambert W function #207

Open Uroc327 opened 3 years ago

Uroc327 commented 3 years ago

The Lambert W function is helpful in solving equations of the form y*exp(y) = x.

It has no direct analytical expression, so some numerical evaluation is required and it's hard to do this by hand.