search for:
accumulate
-- apply binary operator repeatedly
See also:
fold
-- apply binary operator repeatedly
Ways to use
accumulate
:
accumulate(Function,Thing,VisibleList)
-- apply binary operator repeatedly
accumulate(Function,VisibleList)
-- apply binary operator repeatedly
accumulate(VisibleList,Function)
-- apply binary operator repeatedly
accumulate(VisibleList,Thing,Function)
-- apply binary operator repeatedly
search for: