doc: cube root, not cubic root
Like we say square root, not quadratic root.
This commit is contained in:
@@ -505,7 +505,7 @@ impl f64 {
|
||||
unsafe { cmath::fdim(self, other) }
|
||||
}
|
||||
|
||||
/// Returns the cubic root of a number.
|
||||
/// Returns the cube root of a number.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user