1.0.2 • Published 4 years ago

largenumberoperation v1.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

Large-number-operation-plug-in

#What is my project? My project includes addition, subtraction, multiplication division and remainder, big positive integer operation(Operations greater than 16 digits). #Why create it? When I write algorithm in javascript, I encounter the problem of explosion accuracy (when the number of digits is greater than 16, the calculation result is inaccurate). #How to use it? let Cal=require('calculate.js'); let cal=new Cal(); cal.add('611321546465123564545','465121231651513216516512135');

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago