mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 11:07:42 +00:00
doc: cube root, not cubic root
Like we say square root, not quadratic root.
This commit is contained in:
parent
cecdb181ad
commit
dd502cb343
@ -503,7 +503,7 @@ impl f32 {
|
|||||||
unsafe { cmath::fdimf(self, other) }
|
unsafe { cmath::fdimf(self, other) }
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Returns the cubic root of a number.
|
/// Returns the cube root of a number.
|
||||||
///
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
///
|
///
|
||||||
|
@ -505,7 +505,7 @@ impl f64 {
|
|||||||
unsafe { cmath::fdim(self, other) }
|
unsafe { cmath::fdim(self, other) }
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Returns the cubic root of a number.
|
/// Returns the cube root of a number.
|
||||||
///
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user