Popularity
0.8
Stable
Activity
0.0
Declining
7
7
4
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.
-
algebra
means completeness and balancing, from the Arabic word الجبر -
mnjs
MATH NODE JS (MNJS): A tiny math library for node.js & JavaScript on browser
Appwrite - The Open Source Firebase alternative introduces iOS support
Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
Promo
appwrite.io
* 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.