node-preechakorn
v1.0.6
Published
Mathematic normal Operation
Downloads
8
Readme
node-preechakorn
This node-preechakorn is Mathematic normal Operation
##Operation
- plusValue
- subtract
- multiply
- division
##How to
var Math = require('./math');
let math = new Math();
console.log(math.division(1, 0));
console.log(math.plusValue(1,0));