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
`angleFromCoords` function uses `atan` to compute some geometry
functions. s390x system has architecture support for that trigonometric
function which can produce slightly different result than when computing
via math operations, which resulted in a false positive failure in
a couple of tests. This commit teaches those tests to use our custom
float comparison function that only checks 15 significant decimal
digits.
Release note: None
0 commit comments