UNPKG

@stdlib/math-base-special-rempio2

Version:
85 lines (84 loc) 2.16 kB
{ "name": "@stdlib/math-base-special-rempio2", "version": "0.3.0", "description": "Compute `x - nπ/2 = r`.", "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-rempio2.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/array-base-zeros": "^0.2.1", "@stdlib/constants-float64-high-word-abs-mask": "^0.2.2", "@stdlib/constants-float64-high-word-exponent-mask": "^0.2.2", "@stdlib/constants-float64-high-word-significand-mask": "^0.2.2", "@stdlib/math-base-special-floor": "^0.2.3", "@stdlib/math-base-special-ldexp": "^0.2.3", "@stdlib/math-base-special-round": "^0.3.0", "@stdlib/napi-argv": "^0.2.2", "@stdlib/napi-argv-double": "^0.2.1", "@stdlib/napi-argv-float64array": "^0.2.2", "@stdlib/napi-create-double": "^0.0.2", "@stdlib/napi-export": "^0.2.2", "@stdlib/number-float64-base-from-words": "^0.2.2", "@stdlib/number-float64-base-get-high-word": "^0.2.2", "@stdlib/number-float64-base-get-low-word": "^0.2.2", "@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", "mathematics", "math", "remainder", "division", "pi", "pio2", "precision" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }