This is a simple package which can be used for arithmatic operations
npm i math001 --save
then...
import {math001} from 'math001';
add(num1,num2) return addition sub(num1,num2) return subraction mul(num1,num2) return multiplication div(num1,num2) return Division
###########################################