-
-
Notifications
You must be signed in to change notification settings - Fork 130
[Snippet] Added code snippet for Greatest Common Divisor in JS #170
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
Conversation
Quickly updated it with more examples since only having one felt a bit lackluster for this function. I'll let reviewers take it from here and ask me to change anything if needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A small little puncuation change, but appart from that it looks good
snippets/javascript/mathematical-functions/greatest-common-divisor.md
Outdated
Show resolved
Hide resolved
@Mathys-Gasnier will do when I'm home since I also have to re-consulidate
Fixed the punctuation
fd8d475
into
quicksnip-dev:main
Uh oh!
There was an error while loading. Please reload this page.
Description
Added a new category in JavaScript called "Mathematical Functions", as well as a snippet in said category called "Greatest Common Divisor".
Type of Change
Checklist
Related Issues
None
Additional Context
GCD (Greatest Common Divisor) finds the largest number that can evenly divide two or more numbers without leaving a remainder.
Screenshots (Optional)
Click to view screenshots
image