1.1.2 • Published 1 month ago

kms-math-calc v1.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 month ago

kms-math-calc

This package will help you to do basic arithmetic calculation like addition, subtruction, multiplication and division.

Demo

Installation

  1. Install the package in your project
npm install kms-math-calc
  1. Use it in your project
import * as operation from "kms-math-calc";
console.log(operation.add(25, 65));
console.log(operation.sub(30, 20));
console.log(operation.pro(5, 52));
console.log(operation.div(28, 6));
console.log(operation.square(28));

License

MIT

1.1.2

1 month ago

1.1.1

1 month ago

1.1.0

1 month ago

1.0.0

1 month ago