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.
1 parent eebf756 commit 1ae6383Copy full SHA for 1ae6383
src/lib.rs
@@ -24,6 +24,7 @@ use core::ops::{
24
use core::str::FromStr;
25
26
pub use num_traits::float::FloatCore;
27
+#[cfg(any(feature = "std", feature = "libm"))]
28
use num_traits::real::Real;
29
use num_traits::{
30
AsPrimitive, Bounded, FloatConst, FromPrimitive, Num, NumCast, One, Signed, ToPrimitive, Zero,
0 commit comments