Skip to content

Commit

Permalink
and --> -
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard committed Jul 28, 2024
1 parent 02d3760 commit 1f97660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
//! # Ok::<(), LambertW0Error>(())
//! ```
//!
//! ## Speed and accuracy trade-off
//! ## Speed-accuracy trade-off
//!
//! The 50-bit accurate versions in the [`accurate`] module are more accurate, but slightly slower, than the 24-bit accurate versions in the [`fast`] module.
//! [`fast::lambert_w_0`] is around 15% faster than [`accurate::lambert_w_0`] and [`fast::lambert_w_m1`] is around 41% faster than [`accurate::lambert_w_m1`].
Expand Down

0 comments on commit 1f97660

Please sign in to comment.