Skip to content

Commit

Permalink
FIX: Fix wrong import for lambert_w in prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
Axect committed Jul 30, 2024
1 parent 88ab4f3 commit 31f02bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prelude/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ pub use crate::numerical::{
utils::*,
};

pub use simpler::{eigen, integrate, chebyshev_polynomial, cubic_hermite_spline, lambert_w0, lambert_w_m1};
pub use simpler::{eigen, integrate, chebyshev_polynomial, cubic_hermite_spline, lambert_w0, lambert_wm1};

#[allow(unused_imports)]
pub use crate::statistics::stat::Metric::*;
Expand Down

0 comments on commit 31f02bc

Please sign in to comment.