Popularity
0.9
Growing
Activity
3.0
-
9
7
4

Programming language: JavaScript
License: MIT License
Tags: Number     Math     Array     Add     Num     Numbers     Count     Sum    
Latest version: v1.0.0

math-sum alternatives and similar modules

Based on the "Math" category.
Alternatively, view math-sum alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of math-sum or a related project?

Add another 'Math' Module

README

math-sum Build Status

Sum numbers

Install

$ npm install --save math-sum

Usage

var mathSum = require('math-sum');

mathSum(5, 5);
//=> 10

var arr = [1, 2, 3, 4];
mathSum(arr);
//=> 10

Related

License

MIT © Sindre Sorhus


*Note that all licence references and agreements mentioned in the math-sum README section above are relevant to that project's source code only.