Last updated:
0 purchases
artextest 0.0.2
This is a simple library with just a single algorithm that gets the greatest common divisor between two given numbers.
Function:
getGCD(m, n)
Example:
`print(getGCD(166,44))`
Output:
`2`
Change Log
0.0.1 (2023/01/02)
First Release
0.0.2 (2023/01/02)
Second Release
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.