StevenLikeWatermelon/high-precision-four-fundamental-rules

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "high-precision-four-fundamental-rules",
  "version": "1.2.3",
  "description": "a npm packge of high-precision-four-fundamental-rules, which can make up for the defect of accuracy of native JS.",
  "main": "index.js",
  "scripts": {
    "test": "tape test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/StevenLikeWatermelon/high-precision-four-fundamental-rules.git"
  },
  "keywords": [
    "add",
    "arithmetic",
    "difference",
    "divide",
    "math",
    "Math"
  ],
  "author": "stevenLikeWatermelon",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/StevenLikeWatermelon/high-precision-four-fundamental-rules/issues"
  },
  "homepage": "https://github.com/StevenLikeWatermelon/high-precision-four-fundamental-rules#readme",
  "devDependencies": {
    "tape": "^4.9.1"
  }
}