next up previous contents index
suivant: Sizes of a list monter: Lists and vectors précédent: Transform a sequence into   Table des matières   Index


Length of a list : size nops length

size or nops or length takes as argument a list (resp sequence).
size or nops or length returns the length of this list (resp sequence).
Input :
nops([3,4,2])
ou
size([3,4,2])
ou
length([3,4,2])
Output :
3



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