mathfunctionsshubham
v1.0.1
Published
Math Function Module Developed As Demo
Downloads
3
Readme
Math Function Module Developed As Demo
Initial Code:
var myMathFunction= require('mathfunctionsshubham');
var mathObj= new myMathFunction.MathFunction();
console.log(mathObj./function name()/);
Available Functions:
square(number);
cube(number);
meean([number1, number2, ...]);