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
When moving to Java 17 some of the tests started failing.
It turns out it was because `Math/abs` was being used instead of `abs`
in the Clojure branch of `same.platform/bit-diff-double` and `bit-diff-float`.
For large differences this would overflow, so `(bit-diff-double 1.0 2.0)` would
return 0 instead of a large number.
0 commit comments