gcd_searcher
v1.0.1
Published
Searcher of GCD of 2 natural numbers
Downloads
12
Readme
To install the package, you need to use the npm module. You can do this with the "npm init" command Then you need to import the current package in the script you are using using the command "import gcd_searcher ..." To use the function of finding the greatest common divisor of two numbers - enter "gcd(a, b), where a and b - must be natural integers"