Update f64.rs
This commit is contained in:
parent
54b961658b
commit
3f337b312d
1 changed files with 2 additions and 2 deletions
|
@ -323,7 +323,7 @@ impl f64 {
|
||||||
unsafe { intrinsics::powf64(self, n) }
|
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.
|
/// Returns NaN if `self` is a negative number.
|
||||||
///
|
///
|
||||||
|
@ -506,7 +506,7 @@ impl f64 {
|
||||||
unsafe { cmath::fdim(self, other) }
|
unsafe { cmath::fdim(self, other) }
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Takes the cubic root of a number.
|
/// Returns the cubic root of a number.
|
||||||
///
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue