sangoon_is_math
v0.0.3-a1
Published
Math and Other
Downloads
16
Maintainers
Readme
Sangoon_Is_Math
Install
npm install sangoon_is_math --save
yarn add sangoon_is_math
Example Usage:
const SIM = require("sangoon_is_math");
console.log(SIM.plus(3, 4));
console.log(SIM.Minus(3, 4));
console.log(SIM.multiply(3, 4));
console.log(SIM.division(3, 4));
console.log(SIM.caret(3, 4));
console.log(SIM.official.github);
Docs
http://math.sangoon.kro.kr/