Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 082e319

Browse files
authored
Fix doc for floorf
1 parent 938d62f commit 082e319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libm/src/math/floorf.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use core::f32;
22

3-
/// Floor (f64)
3+
/// Floor (f32)
44
///
55
/// Finds the nearest integer less than or equal to `x`.
66
#[inline]

0 commit comments

Comments
 (0)