Skip to content

Commit 1549ee2

Browse files
committed
poke extensive ci
1 parent f163959 commit 1549ee2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libm/src/math/fmod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ pub fn fmodf(x: f32, y: f32) -> f32 {
1515
#[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
1616
pub fn fmod(x: f64, y: f64) -> f64 {
1717
super::generic::fmod(x, y)
18+
// hi
1819
}
1920

2021
/// Calculate the remainder of `x / y`, the precise result of `x - trunc(x / y) * y`.

0 commit comments

Comments
 (0)