float-exponent
Version:
Extracts the previous power of 2 floating point number
34 lines (33 loc) • 705 B
JSON
{
"name": "float-exponent",
"version": "1.0.0",
"description": "Extracts the previous power of 2 floating point number",
"main": "fltexp.js",
"directories": {
"test": "test"
},
"dependencies": {
},
"devDependencies": {
"tape": "^4.0.0"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mikolalysenko/float-exponent.git"
},
"keywords": [
"floating",
"point",
"exponent",
"prevPow2"
],
"author": "Mikola Lysenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/mikolalysenko/float-exponent/issues"
},
"homepage": "https://github.com/mikolalysenko/float-exponent"
}