Closed SkorikGG closed 7 years ago
In function mergeLCM copy-paste error in line mergeLCM x y = GCD x y. Now LCM m n ~ GCD m n.
mergeLCM
mergeLCM x y = GCD x y
LCM m n ~ GCD m n
Thanks for the report, it's fixed now
In function
mergeLCM
copy-paste error in linemergeLCM x y = GCD x y
. NowLCM m n ~ GCD m n
.