Skip to content

Commit

Permalink
Update f64.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Stromberg90 committed Jan 16, 2020
1 parent 54b9616 commit 3f337b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libstd/f64.rs
Expand Up @@ -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.
///
Expand Down Expand Up @@ -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
///
Expand Down

0 comments on commit 3f337b3

Please sign in to comment.