Skip to content

Commit

Permalink
Use the right function
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard committed Jul 28, 2024
1 parent 7a2b2f7 commit 142dd50
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 @@ -411,7 +411,7 @@ mod tets {
#[cfg(feature = "24")]
#[test]
fn test_lambert_w_m1_24() {
assert_eq!(lambert_w_m1_50(-1.0 / E - f64::EPSILON), None);
assert_eq!(lambert_w_m1_24(-1.0 / E - f64::EPSILON), None);
assert_abs_diff_eq!(
lambert_w_m1_24(-3.578794411714423e-01).unwrap(),
-1.253493791367214,
Expand Down

0 comments on commit 142dd50

Please sign in to comment.