Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #943 - Least Common Multiple error for certain numbers. #957

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

gkwaerp
Copy link

@gkwaerp gkwaerp commented Oct 21, 2020

Checklist

Description

For certain values, the current LCM algorithm fails when it should. For example, lcm(3, 4) fails, when it should return 12.

@gkwaerp gkwaerp changed the title Fixes Least Common Multiple error for certain numbers. Fixes #943 Fixes #943 - Least Common Multiple error for certain numbers. Oct 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant