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
division (unlike the other intrinsics) can have table-maker dilema
problems since the true result has infinite bits. Bumping the slop for
it by 1 reduces failures from 80 in 10^10 to <1 in 10^11.
I think accepting an extra bit of inaccuracy is reasonable here (the
alternative would be to make the division do an extra loop and do some
extra extended precision, which seems unlikely to be worth it.
fixes#23497
Co-authored-by: oscarddssmith <[email protected]>
0 commit comments