We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f69e15 commit c8fbec6Copy full SHA for c8fbec6
src/math/floorf.rs
@@ -1,6 +1,6 @@
1
use core::f32;
2
3
-/// Floor (f64)
+/// Floor (f32)
4
///
5
/// Finds the nearest integer less than or equal to `x`.
6
#[inline]
0 commit comments