We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
libm::Libm::roundeven
1 parent 2d56e4d commit 4ce6a08Copy full SHA for 4ce6a08
1 file changed
libm/src/libm_helper.rs
@@ -168,7 +168,7 @@ libm_helper! {
168
(fn remquo(x: f64, y: f64) -> (f64, i32); => remquo);
169
(fn rint(x: f64) -> (f64); => rint);
170
(fn round(x: f64) -> (f64); => round);
171
- (fn roundevem(x: f64) -> (f64); => roundeven);
+ (fn roundeven(x: f64) -> (f64); => roundeven);
172
(fn scalbn(x: f64, n: i32) -> (f64); => scalbn);
173
(fn sin(x: f64) -> (f64); => sin);
174
(fn sincos(x: f64) -> (f64, f64); => sincos);
0 commit comments