@stdlib/math-strided-special-acovercos-by
Version:
Compute the inverse coversed cosine of each element retrieved from an input strided array via a callback function.
93 lines (92 loc) • 1.94 kB
JSON
{
"name": "@stdlib/math-strided-special-acovercos-by",
"version": "0.2.2",
"description": "Compute the inverse coversed cosine of each element retrieved from an input strided array via a callback function.",
"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",
"directories": {
"doc": "./docs",
"lib": "./lib",
"dist": "./dist"
},
"types": "./docs/types",
"scripts": {},
"homepage": "https://stdlib.io",
"repository": {
"type": "git",
"url": "git://github.com/stdlib-js/math-strided-special-acovercos-by.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/math-base-special-acovercos": "^0.2.4",
"@stdlib/strided-base-map-by": "^0.2.1",
"@stdlib/utils-define-nonenumerable-read-only-property": "^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",
"acovercos",
"acovercosin",
"acovercosine",
"arccovercos",
"arccovercosin",
"versed cosine",
"acovercosinus",
"acvc",
"arc",
"versed",
"coversed",
"cosine",
"cos",
"asin",
"trig",
"trigonometry",
"radians",
"angle",
"vector",
"array",
"strided",
"ndarray",
"element-wise",
"map",
"transform",
"accessor",
"callback",
"clbk"
],
"__stdlib__": {},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/stdlib"
}
}