We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e25f09b commit 33b03c1Copy full SHA for 33b03c1
libm/src/math/fmod.rs
@@ -15,6 +15,7 @@ pub fn fmodf(x: f32, y: f32) -> f32 {
15
#[cfg_attr(all(test, assert_no_panic), no_panic::no_panic)]
16
pub fn fmod(x: f64, y: f64) -> f64 {
17
super::generic::fmod(x, y)
18
+ // hi
19
}
20
21
/// Calculate the remainder of `x / y`, the precise result of `x - trunc(x / y) * y`.
0 commit comments