mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-27 13:27:54 +00:00
Extensive tests report that the precision isn't actually 0:
---- mp_extensive_tgammaf ----
input: (-0.00063536887,) (0xba268ee2,)
expected: -1574.4668 0xc4c4cef0
actual: -1574.4667 0xc4c4ceef
Caused by:
ulp 1 > 0
Update ULP to reflect this. After this change, `tgammaf` extensive tests
pass.