next up previous contents index
suivant: Cumulated sum of the monter: Lists and vectors précédent: Number of elements greater   Table des matières   Index


Sum of elements of a list : sum add

sum or add takes as argument a list l (resp sequence) of reals.
sum or add returns the sum of the elements of l.
Input :
sum(2,3,4,5,6)
Output :
20



giac documentation written by Renée De Graeve and Bernard Parisse