fixed2float
Version:
The package contains functions to convert fixed point to float and vice-versa
27 lines (26 loc) • 604 B
JSON
{
"name": "fixed2float",
"version": "1.1.1",
"description": "The package contains functions to convert fixed point to float and vice-versa",
"main": "index.js",
"scripts": {
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ameetgohil/fixed2float.git"
},
"keywords": [
"fixed",
"float",
"q-format",
"Q",
"format"
],
"author": "Ameet Gohil",
"license": "MIT",
"bugs": {
"url": "https://github.com/ameetgohil/fixed2float/issues"
},
"homepage": "https://github.com/ameetgohil/fixed2float#readme"
}