calcul.io
math playground
New
calculation
Help
Instructions
Examples
Functions
Constants
Display Debug info
Functions
Statistics
sum
sum
sum(a, b, c, ...)
sum(A)
sum(A, dimension)
Try it yourself:
$1
sum(2, 3, 4, 1)
$2
sum([2, 3, 4, 1])
$3
sum([2, 5; 4, 3])
See also:
max
mean
median
min
prod
std
variance
All functions