UNPKG

@stdlib/math-base-assert-is-positive-zero

Version:

Test if a double-precision floating-point numeric value is positive zero.

84 lines (83 loc) 1.69 kB
{ "name": "@stdlib/math-base-assert-is-positive-zero", "version": "0.2.2", "description": "Test if a double-precision floating-point numeric value is positive zero.", "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-assert-is-positive-zero.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/constants-float64-pinf": "^0.2.1", "@stdlib/utils-library-manifest": "^0.2.1" }, "devDependencies": {}, "engines": { "node": ">=0.10.0", "npm": ">2.7.0" }, "os": [ "aix", "darwin", "freebsd", "linux", "macos", "openbsd", "sunos", "win32", "windows" ], "keywords": [ "stdlib", "stdmath", "assertion", "assert", "utilities", "utility", "utils", "util", "math", "mathematics", "ieee754", "floating-point", "float", "number", "numeric", "positive", "zero", "0", "is", "type", "check" ], "__stdlib__": {}, "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }