We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d288c6 + dd502cb commit b1113abCopy full SHA for b1113ab
library/std/src/f32.rs
@@ -503,7 +503,7 @@ impl f32 {
503
unsafe { cmath::fdimf(self, other) }
504
}
505
506
- /// Returns the cubic root of a number.
+ /// Returns the cube root of a number.
507
///
508
/// # Examples
509
library/std/src/f64.rs
@@ -505,7 +505,7 @@ impl f64 {
unsafe { cmath::fdim(self, other) }
510
511
0 commit comments