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.
#[cfg(any(feature = "std", feature = "libm"))]
test_integer_decode
1 parent ff6913b commit 8037d4bCopy full SHA for 8037d4b
src/float.rs
@@ -2398,6 +2398,7 @@ mod tests {
2398
}
2399
2400
/// Test the behavior of `Float::integer_decode` with the `given` input and `expected` output values.
2401
+ #[cfg(any(feature = "std", feature = "libm"))]
2402
fn test_integer_decode<T>(given: T, expected: (u64, i16, i8))
2403
where
2404
T: crate::float::Float + core::fmt::LowerExp + core::fmt::Debug,
0 commit comments