We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a22961 + 240c64c commit aad4a37Copy full SHA for aad4a37
src/lib.rs
@@ -24,7 +24,7 @@ use core::ops::{
24
};
25
use core::str::FromStr;
26
27
-use num_traits::float::FloatCore;
+pub use num_traits::float::FloatCore;
28
use num_traits::{
29
AsPrimitive, Bounded, FloatConst, FromPrimitive, Num, NumCast, One, Signed, ToPrimitive, Zero,
30
0 commit comments