Skip to content

Commit

Permalink
Revert "Also note weird rounding in NEG_INV_E"
Browse files Browse the repository at this point in the history
This reverts commit 2fc8115.
  • Loading branch information
JSorngard committed Oct 11, 2024
1 parent 2fc8115 commit f8ac33c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,8 @@ mod swm1f;
/// The negative inverse of e (-1/e).
///
/// This is the smallest input value for which the Lambert W functions in this crate return a value.
///
/// Has been rounded to the closest available `f64` value.
// Rounded from -0.367_879_441_171_442_322
pub const NEG_INV_E: f64 = -0.367_879_441_171_442_33;
pub const NEG_INV_E: f64 = -0.367_879_441_171_442_32;

/// 1/sqrt(e)
// Rounded from 0.606_530_659_712_633_423
Expand Down

0 comments on commit f8ac33c

Please sign in to comment.