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

Commit a4c052b

Browse files
committed
fixup! Add a test against MPFR using random inputs
1 parent a8b18cc commit a4c052b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/libm-test/src/special_case.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ impl MaybeOverride<(f32,)> for SpecialCase {
7070
}
7171
}
7272

73-
7473
if ctx.fname == "acoshf" && input.0 < -1.0 {
7574
// acoshf is undefined for x <= 1.0, but we return a random result at lower
7675
// values.

0 commit comments

Comments
 (0)