UNPKG

@stdlib/math-base-special-gcd

Version:

Compute the greatest common divisor (gcd).

86 lines (85 loc) 1.91 kB
{ "name": "@stdlib/math-base-special-gcd", "version": "0.3.0", "description": "Compute the greatest common divisor (gcd).", "license": "Apache-2.0", "author": { "name": "The Stdlib Authors", "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" }, "contributors": [ { "name": "The Stdlib Authors", "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" } ], "main": "./lib", "gypfile": false, "directories": { "doc": "./docs", "include": "./include", "lib": "./lib", "src": "./src", "dist": "./dist" }, "types": "./docs/types", "scripts": {}, "homepage": "https://stdlib.io", "repository": { "type": "git", "url": "git://github.com/stdlib-js/math-base-special-gcd.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/constants-float64-ninf": "^0.2.2", "@stdlib/constants-float64-pinf": "^0.2.2", "@stdlib/constants-int32-max": "^0.3.0", "@stdlib/math-base-assert-is-integer": "^0.2.5", "@stdlib/math-base-assert-is-nan": "^0.2.2", "@stdlib/math-base-napi-binary": "^0.3.0", "@stdlib/utils-library-manifest": "^0.2.2" }, "devDependencies": {}, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "os": [ "aix", "darwin", "freebsd", "linux", "macos", "openbsd", "sunos", "win32", "windows" ], "keywords": [ "stdlib", "stdmath", "math", "mathematics", "euclid", "euclidean", "stein", "binary gcd", "greatest common divisor", "greatest common factor", "highest common factor", "greatest common measure", "highest common divisor", "gcd", "gcf", "hcf", "gcm", "arithmetic", "integer" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }