Popularity
0.9
Growing
Activity
4.8
-
10
5
5
Monthly Downloads: 0
Programming language: JavaScript
License: MIT License
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.
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo
www.influxdata.com
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of math-sum or a related project?
Popular Comparisons
README
math-sum 
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
- math-avg - Get the average of numbers
- math-clamp - Clamp a number
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.