search for:
scan
-- apply a function to each element
See also:
mapping over lists
-- apply a function to each element of a list
Ways to use
scan
:
scan(BasicList,Function)
-- apply a function to each element of a list
scan(ZZ,Function)
-- apply a function to 0 .. n-1
search for: