Update f32.rs

This commit is contained in:
Strømberg 2020-01-16 03:30:27 +01:00 committed by GitHub
parent 3291ae3390
commit 54b961658b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -355,7 +355,7 @@ impl f32 {
return unsafe { intrinsics::powf32(self, n) };
}
/// Takes the square root of a number.
/// Returns the square root of a number.
///
/// Returns NaN if `self` is a negative number.
///