react-math-calculation-two-integer
v2.0.0
Published
A library that has a simple math calculation addition, subtraction, multiplication and division
Downloads
6
Readme
Math Calculation
This module helps you to for math calculation problems
Install
npm i react-math-calculation-two-integer
USAGE
addtion(a, b)
subtraction(a, b)
multiplication(a, b)
division(a, b)
Test
npm test