Thanks to visit codestin.com Credit goes to github.com
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 31395ec commit 40a52cfCopy full SHA for 40a52cf
library/core/src/num/f32.rs
@@ -800,7 +800,7 @@ impl f32 {
800
/// let angle = std::f32::consts::PI;
801
///
802
/// let abs_difference = (angle.to_degrees() - 180.0).abs();
803
- ///
+ /// # #[cfg(any(not(target_arch = "x86"), target_feature = "sse2"))]
804
/// assert!(abs_difference <= f32::EPSILON);
805
/// ```
806
#[must_use = "this returns the result of the operation, \
0 commit comments