Rollup merge of #82561 - tspiteri:cube-root, r=Dylan-DPC
doc: cube root, not cubic root Like we say square root, not quadratic root.
This commit is contained in:
commit
b1113abacd
@ -503,7 +503,7 @@ pub fn abs_sub(self, other: f32) -> f32 {
|
||||
unsafe { cmath::fdimf(self, other) }
|
||||
}
|
||||
|
||||
/// Returns the cubic root of a number.
|
||||
/// Returns the cube root of a number.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
@ -505,7 +505,7 @@ pub fn abs_sub(self, other: f64) -> f64 {
|
||||
unsafe { cmath::fdim(self, other) }
|
||||
}
|
||||
|
||||
/// Returns the cubic root of a number.
|
||||
/// Returns the cube root of a number.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user