From 3f337b312d0cfec712fc56539a08b3ea9923bbf7 Mon Sep 17 00:00:00 2001 From: Strømberg Date: Thu, 16 Jan 2020 03:34:23 +0100 Subject: Update f64.rs --- src/libstd/f64.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libstd') diff --git a/src/libstd/f64.rs b/src/libstd/f64.rs index 61ce7b29e26..2dbd942f332 100644 --- a/src/libstd/f64.rs +++ b/src/libstd/f64.rs @@ -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 /// -- cgit 1.4.1-3-g733a5