4functioncalculator 中文文档教程
This is a test 4 function calculator.
4个功能: 添加(a,b) 减去(a,b) 相乘(a,b) divide(a,b)
的代码示例可以在 github 上找到(example.js)。
这个包将很快被弃用,以制作更高级的计算器。
你可以使用 npm i 4functioncalculator 导入/安装这个包。
This is a test 4 function calculator.
The 4 functions: add(a,b) subtract(a,b) multiply(a,b) divide(a,b)
A code example can be found on the github (example.js).
This package will be soon deprecated to make a more advanced calculator.
You can import/install this package with npm i 4functioncalculator.