Update f64.rs
This commit is contained in:
parent
54b961658b
commit
3f337b312d
@ -323,7 +323,7 @@ impl f64 {
|
||||
unsafe { intrinsics::powf64(self, n) }
|
||||
}
|
||||
|
||||
/// Takes the square root of a number.
|
||||
/// Returns the square root of a number.
|
||||
///
|
||||
/// Returns NaN if `self` is a negative number.
|
||||
///
|
||||
@ -506,7 +506,7 @@ impl f64 {
|
||||
unsafe { cmath::fdim(self, other) }
|
||||
}
|
||||
|
||||
/// Takes the cubic root of a number.
|
||||
/// Returns the cubic root of a number.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user