Skip to content

Commit

Permalink
Add explanation to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard committed Jul 28, 2024
1 parent 3fa4f41 commit 48a289d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Fast evaluation of the principal and secondary branches of the [Lambert W functi

This method uses a piecewise minimax rational approximation of the function.

While the logarithm is the inverse of the function $f(w) = e^w$, the Lambert W function is the "inverse" of $f(w) = w*e^w$. Inverse in quotes because the Lambert W function in multi-valued.

This crate is a Rust port of the original Fortran 90 code by T. Fukushima.

## Examples
Expand Down

0 comments on commit 48a289d

Please sign in to comment.