From f8ac33c088340e5a632b0b62b8e996100f6a5a3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20S=C3=B6rng=C3=A5rd?= Date: Fri, 11 Oct 2024 15:38:26 +0200 Subject: [PATCH] Revert "Also note weird rounding in `NEG_INV_E`" This reverts commit 2fc8115aff5db0d8a9ccb519ecc64dd87ab98336. --- src/lib.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 38a9c81..f86696b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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