Update f32.rs
This commit is contained in:
parent
3291ae3390
commit
54b961658b
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@ impl f32 {
|
||||||
return unsafe { intrinsics::powf32(self, n) };
|
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.
|
/// Returns NaN if `self` is a negative number.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue