1.0.1 • Published 2 years ago
gcd_searcher v1.0.1
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"