Skip to content

Commit

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

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

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

## Examples

Evaluate the principal branch of the Lambert W function to 50 bits of accuracy:
Expand Down
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
//!
//! This method uses a piecewise minimax rational approximation of the function.
//!
//! This crate is a Rust port of the original Fortran 90 code by T. Fukushima.
//!
//! ## Examples
//!
//! Evaluate the principal branch of the Lambert W function to 50 bits of accuracy:
Expand Down

0 comments on commit c1e434c

Please sign in to comment.