Fix nits
This commit is contained in:
parent
7175c499ec
commit
dea776512b
4 changed files with 10 additions and 10 deletions
|
@ -302,7 +302,7 @@ impl f64 {
|
|||
/// Raises a number to an integer power.
|
||||
///
|
||||
/// Using this function is generally faster than using `powf`.
|
||||
/// It might have different sequence of rounding operations than `powf`,
|
||||
/// It might have a different sequence of rounding operations than `powf`,
|
||||
/// so the results are not guaranteed to agree.
|
||||
///
|
||||
/// # Examples
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue