Update f32.rs
This commit is contained in:
parent
3291ae3390
commit
54b961658b
@ -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.
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user