Skip to content

Commit

Permalink
no *
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard committed Jul 28, 2024
1 parent 48a289d commit 21afc7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.
While the logarithm is the inverse of the function $f(w) = e^w$, the Lambert W function is the "inverse" of $f(w) = we^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.

Expand Down

0 comments on commit 21afc7e

Please sign in to comment.