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 4462568 commit 2e81c83Copy full SHA for 2e81c83
library/std/src/num/f32.rs
@@ -1095,7 +1095,7 @@ impl f32 {
1095
///
1096
/// let abs_difference = (f - x).abs();
1097
1098
- /// assert!(abs_difference <= 1e-5);
+ /// assert!(abs_difference <= 1e-6);
1099
/// ```
1100
#[doc(alias = "arccosh")]
1101
#[rustc_allow_incoherent_impl]
0 commit comments