UNPKG

@stdlib/number-float64-base-assert-is-same-value-zero

Version:

Test if two double-precision floating-point numbers are the same value.

87 lines (86 loc) 1.8 kB
{ "name": "@stdlib/number-float64-base-assert-is-same-value-zero", "version": "0.1.1", "description": "Test if two double-precision floating-point numbers are the same value.", "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/number-float64-base-assert-is-same-value-zero.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/napi-argv": "^0.2.1", "@stdlib/napi-argv-double": "^0.2.1", "@stdlib/napi-export": "^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", "stdassert", "assertion", "assert", "utilities", "utility", "utils", "util", "equal", "same", "strict", "is", "issame", "issamevalue", "isequal", "isstrictequal", "type", "check", "valid", "validate", "test", "double", "double-precision" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }