Fix doc for floorf
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
use core::f32;
|
||||
|
||||
/// Floor (f64)
|
||||
/// Floor (f32)
|
||||
///
|
||||
/// Finds the nearest integer less than or equal to `x`.
|
||||
#[inline]
|
||||
|
||||
Reference in New Issue
Block a user