UNPKG

@stdlib/math-base-special-cos

Version:

Compute the cosine of a number.

79 lines (78 loc) 1.83 kB
{ "name": "@stdlib/math-base-special-cos", "version": "0.3.0", "description": "Compute the cosine of a number.", "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", "scripts": "./scripts", "src": "./src", "dist": "./dist" }, "types": "./docs/types", "scripts": {}, "homepage": "https://stdlib.io", "repository": { "type": "git", "url": "git://github.com/stdlib-js/math-base-special-cos.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/constants-float64-high-word-abs-mask": "^0.2.2", "@stdlib/constants-float64-high-word-exponent-mask": "^0.2.2", "@stdlib/math-base-napi-unary": "^0.2.3", "@stdlib/math-base-special-kernel-cos": "^0.2.3", "@stdlib/math-base-special-kernel-sin": "^0.2.3", "@stdlib/math-base-special-rempio2": "^0.2.1", "@stdlib/number-float64-base-get-high-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", "math.cos", "cos", "cosine", "trig", "trigonometry", "radians" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }