Welcome! Please see the About page for a little more info on how this works.

0 votes
in math.numeric-tower by

gcd calls mod. The code already guarantees that the both arguments are positive so in this case, rem could be used instead to get the same result, but with a slight performance improvement.

1 Answer

0 votes
by
Reference: https://clojure.atlassian.net/browse/MTOWER-6 (reported by steveminer@gmail.com)
...