You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2025. It is now read-only.
Part of the testing harness should be to test the worst case precision of the APIs. Probably, the easiest way to do this would be to use the mpfr library as a dev-dependency and use it to check that all APIs have a worst-case precision of 0.5 ULPs. For the APIs taking multiple f32s or f64s we can't feasibly test them for all inputs, but these should at least be exhaustively tested for the inputs that generally trigger the worst-case precision.
The text was updated successfully, but these errors were encountered:
Part of the testing harness should be to test the worst case precision of the APIs. Probably, the easiest way to do this would be to use the
mpfr
library as a dev-dependency and use it to check that all APIs have a worst-case precision of 0.5 ULPs. For the APIs taking multiplef32
s orf64
s we can't feasibly test them for all inputs, but these should at least be exhaustively tested for the inputs that generally trigger the worst-case precision.The text was updated successfully, but these errors were encountered: