long-calc
Version:
A JS based calculator package which can 2 numbers, you need not to bother about mantissa and exponent format and the number of digits in the number the sum presented will take care of these 2 complexity and produce the sum output is user friendly format (
17 lines (16 loc) • 557 B
JSON
{
"name": "long-calc",
"version": "1.0.1",
"description": "A JS based calculator package which can 2 numbers, you need not to bother about mantissa and exponent format and the number of digits in the number the sum presented will take care of these 2 complexity and produce the sum output is user friendly format (no exponent or mantissa).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "avilavate",
"license": "ISC",
"keywords": [
"very",
"log",
"calculations"
]
}