1
Fork 0
This commit is contained in:
Pyry Kontio 2022-05-02 23:29:02 +09:00
parent 7175c499ec
commit dea776512b
4 changed files with 10 additions and 10 deletions

View file

@ -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