package.json (1747B)
1 { 2 "name": "@stdlib/math/strided/special/ahavercos-by", 3 "version": "0.0.0", 4 "description": "Compute the inverse half-value versed cosine of each element retrieved from an input strided array via a callback function.", 5 "license": "Apache-2.0", 6 "author": { 7 "name": "The Stdlib Authors", 8 "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" 9 }, 10 "contributors": [ 11 { 12 "name": "The Stdlib Authors", 13 "url": "https://github.com/stdlib-js/stdlib/graphs/contributors" 14 } 15 ], 16 "main": "./lib", 17 "directories": { 18 "benchmark": "./benchmark", 19 "doc": "./docs", 20 "example": "./examples", 21 "lib": "./lib", 22 "test": "./test" 23 }, 24 "types": "./docs/types", 25 "scripts": {}, 26 "homepage": "https://github.com/stdlib-js/stdlib", 27 "repository": { 28 "type": "git", 29 "url": "git://github.com/stdlib-js/stdlib.git" 30 }, 31 "bugs": { 32 "url": "https://github.com/stdlib-js/stdlib/issues" 33 }, 34 "dependencies": {}, 35 "devDependencies": {}, 36 "engines": { 37 "node": ">=0.10.0", 38 "npm": ">2.7.0" 39 }, 40 "os": [ 41 "aix", 42 "darwin", 43 "freebsd", 44 "linux", 45 "macos", 46 "openbsd", 47 "sunos", 48 "win32", 49 "windows" 50 ], 51 "keywords": [ 52 "stdlib", 53 "stdmath", 54 "mathematics", 55 "math", 56 "ahavercos", 57 "ahavercosin", 58 "ahavercosine", 59 "arcvercos", 60 "arcvercosin", 61 "arcvercosine", 62 "versedcosine", 63 "ahavercosinus", 64 "ahvc", 65 "arc", 66 "versed", 67 "half-value", 68 "cosine", 69 "cos", 70 "acos", 71 "trig", 72 "trigonometry", 73 "radians", 74 "angle", 75 "vector", 76 "array", 77 "strided", 78 "ndarray", 79 "element-wise", 80 "map", 81 "transform", 82 "accessor", 83 "callback", 84 "clbk" 85 ], 86 "__stdlib__": {} 87 }