1.1.1 • Published 2 years ago

sajjucal v1.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

By using sajjucal you can simply get rid from basic calculation using operators just need to install sajjucal and then start working with it.

For Example npm install sajjucal require("sajjucal");

sajjucal.add(1, 2) sajjucal.subtract(3, 4) sajjucal.multiply(4, 5) sajjucal.divide(8,2)