lukew3 / mathgenerator

A math problem generator, created for the purpose of giving self-studying students and teaching organizations the means to easily get access to high-quality, generated math problems to suit their needs.
https://lukew3.github.io/mathgenerator
MIT License
681 stars 176 forks source link

gcd duplicate generators #401

Closed lukew3 closed 1 year ago

lukew3 commented 1 year ago

Bug Description

Generators with ids 10 and 120 are both gcd generators. One will have to be removed. I think that misc.gcd is the better algorithm, but it would make sense to only access it in basic_math

misc.hcf is also the same