@stdlib/math-base-special-floor2
Version:
Round a numeric value to the nearest power of two toward negative infinity.
83 lines (82 loc) • 2.01 kB
JSON
{
"name": "@stdlib/math-base-special-floor2",
"version": "0.3.0",
"description": "Round a numeric value to the nearest power of two toward negative infinity.",
"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-floor2.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/constants-float64-max-base2-exponent": "^0.2.2",
"@stdlib/constants-float64-min-base2-exponent-subnormal": "^0.2.1",
"@stdlib/constants-float64-ninf": "^0.2.2",
"@stdlib/math-base-assert-is-infinite": "^0.2.2",
"@stdlib/math-base-assert-is-nan": "^0.2.2",
"@stdlib/math-base-napi-unary": "^0.2.3",
"@stdlib/math-base-special-ceil": "^0.2.2",
"@stdlib/math-base-special-floor": "^0.2.3",
"@stdlib/math-base-special-log2": "^0.3.0",
"@stdlib/math-base-special-pow": "^0.3.0",
"@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.floor",
"floor",
"floor2",
"round",
"nextpow2",
"prevpow2",
"nearest",
"number"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/stdlib"
}
}