UNPKG

@stdlib/number-float32-base-from-word

Version:

Create a single-precision floating-point number from an unsigned integer corresponding to an IEEE 754 binary representation.

89 lines (88 loc) 1.85 kB
{ "name": "@stdlib/number-float32-base-from-word", "version": "0.2.2", "description": "Create a single-precision floating-point number from an unsigned integer corresponding to an IEEE 754 binary representation.", "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-float32-base-from-word.git" }, "bugs": { "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { "@stdlib/array-float32": "^0.2.2", "@stdlib/array-uint32": "^0.2.2", "@stdlib/number-float32-base-to-word": "^0.2.1", "@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", "stdtypes", "base", "utilities", "utility", "utils", "util", "types", "type", "convert", "floating-point", "float32", "single", "float", "from", "bits", "uint32", "word", "unsigned", "32-bit", "integer", "literal", "number", "binary", "ieee754" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/stdlib" } }