Skip to content

Commit

Permalink
fixup! Add a test against MPFR using random inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Oct 28, 2024
1 parent a8b18cc commit a4c052b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/libm-test/src/special_case.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ impl MaybeOverride<(f32,)> for SpecialCase {
}
}


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

0 comments on commit a4c052b

Please sign in to comment.