UNPKG

@stdlib/math-base-special-frexp

Version:

Split a double-precision floating-point number into a normalized fraction and an integer power of two.

86 lines (85 loc) 2.07 kB
{ "name": "@stdlib/math-base-special-frexp", "version": "0.2.3", "description": "Split a double-precision floating-point number into a normalized fraction and an integer power of two.", "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-frexp.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/math-base-assert-is-infinite": "^0.2.2", "@stdlib/math-base-assert-is-nan": "^0.2.2", "@stdlib/math-base-special-abs": "^0.2.2", "@stdlib/number-float32-base-to-word": "^0.2.2", "@stdlib/number-float64-base-exponent": "^0.2.2", "@stdlib/number-float64-base-from-words": "^0.2.2", "@stdlib/number-float64-base-normalize": "^0.2.3", "@stdlib/number-float64-base-to-words": "^0.2.2", "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2", "@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", "math", "mathematics", "frexp", "floating-point", "float64", "float", "double", "dbl", "normalized", "normal", "subnormal", "denormalized", "number", "ieee754" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }