@stdlib/math-strided-special-dmskrsqrt
Version:
Compute the reciprocal square root for each element in a double-precision floating-point strided array according to a strided mask array.
93 lines (92 loc) • 2.06 kB
JSON
{
"name": "@stdlib/math-strided-special-dmskrsqrt",
"version": "0.2.3",
"description": "Compute the reciprocal square root for each element in a double-precision floating-point strided array according to a strided mask array.",
"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",
"browser": "./lib/main.js",
"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-strided-special-dmskrsqrt.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/math-base-special-rsqrt": "^0.2.3",
"@stdlib/strided-base-dmskmap": "^0.2.3",
"@stdlib/strided-napi-dmskmap": "^0.2.3",
"@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.3",
"@stdlib/utils-library-manifest": "^0.2.3",
"@stdlib/utils-try-require": "^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",
"trig",
"math.sqrt",
"sqrt",
"principal",
"square",
"root",
"power",
"number",
"reciprocal",
"inverse",
"double-precision",
"double",
"dbl",
"float64",
"float64array",
"vector",
"array",
"strided",
"ndarray",
"element-wise",
"mask",
"masked",
"missing",
"missing values",
"na"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/stdlib"
}
}