0.0.5 • Published 8 years ago

multicalculas v0.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

Synopsis

This Node Module is used to calculate multiple value in Array with Operation as argument.

Code Example

if(name.toLowerCase() === 'add'){

var temp=0; for(var i=0 ; i<value.length; i++) { temp +=valuei;

}
console.log("The value for "+name+" operation is :"+temp.toString());

}

Motivation

The Motivation Behind this is to minimize the calculation time.

Installation

npm install multicalculas

API Reference

Depending on the size of the project, if it is small and simple enough the reference docs can be added to the README. For medium size to larger projects it is important to at least provide a link to where the API reference docs live.

Tests

Describe and show how to run the tests with code examples.

Contributors

Amit, Ashish

License

A short snippet describing the license (MIT, Apache, etc.)