Skip to content

Commit

Permalink
Make it a docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard committed Jul 29, 2024
1 parent 5f2baed commit 4b7059d
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 @@ -64,7 +64,7 @@ mod sw0;
#[cfg(feature = "24bits")]
mod swm1;

// -1/e. The smallest input value for which the Lambert W functions in this crate return a value.
/// -1/e. The smallest input value for which the Lambert W functions in this crate return a value.
pub const NEG_INV_E: f64 = -0.367_879_441_171_442_33;

// 1/sqrt(e)
Expand Down

0 comments on commit 4b7059d

Please sign in to comment.