calculadora_sencilla
Version:
Simple calculator which performs simple operations with arrays of numbers, keeps all the old results and the last one in bin, ascii, hex and scientific notation
14 lines (13 loc) • 528 B
JSON
{
"name": "calculadora_sencilla",
"version": "0.0.2",
"description": "Simple calculator which performs simple operations with arrays of numbers, keeps all the old results and the last one in bin, ascii, hex and scientific notation",
"main": "easyCalc.ts",
"scripts": {
"compiler": "tsc test.ts",
"test": "node test.js"
},
"keywords": ["numbers","bin","hex","ascii code","scientific notation","adition","substraction","multiplication","division"],
"author": "Nacho Sáenz de Tejada",
"license": "ISC"
}