UNPKG

fix-floats

Version:

A function which fixes floating-point rounding errors in JavaScript

21 lines (20 loc) 715 B
{ "name": "fix-floats", "version": "1.1.0", "description": "A function which fixes floating-point rounding errors in JavaScript", "main": "index.mjs", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/TetroGem/fix-floats.git" }, "keywords": ["fix", "float", "floating-point", "rounding", "error", "javascript", "js", "node", "nodejs", "floating", "point", "numbers", "math", "gui", "qol", "quality-of-life", "floats"], "author": "tetrogem", "license": "ISC", "bugs": { "url": "https://github.com/TetroGem/fix-floats/issues" }, "homepage": "https://github.com/TetroGem/fix-floats#readme" }