easiermath
v0.2.5
Published
simple add and subtract operations
Readme
npm-runner
simple add and subtract operations
for testing purpose
operations
easiermath.add and easiermath.subtracthow to use
npm install --save easiermath
var math = require('easiermath')
math.easiermath.add(1,2)
math.easiermath.subtract(1,2)
