Skip to content

Commit

Permalink
Merge branch 'hotfix'
Browse files Browse the repository at this point in the history
  • Loading branch information
Axect committed Jul 30, 2024
2 parents 88ab4f3 + 31f02bc commit 8d7816b
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 8d7816b

Please sign in to comment.