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) }
|
||||
}
|
||||
|
||||
/// Returns the cubic root of a number.
|
||||
/// Returns the cube root of a number.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
@ -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
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user