1
0
Fork 0
hugo/docs/content/en/functions/math/Sum.md

290 B

title description categories params
math.Sum Returns the sum of all numbers. Accepts scalars, slices, or both.
functions_and_methods
aliases returnType signatures
float64
math.Sum VALUE...
{{ math.Sum 1 (slice 2 3) 4 }} → 10