PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: list

list.runsum

running sum

доступно с версии: 0.9.4


информация

Computes the partial sums of the elements in the subranges of the input list • y0 = x0 • y1 = x0 + x1 • y2 = x0 + x1 + x2 • y3 = x0 + x1 + x2 + x3 etc…

example

входы:

выходы:

ключевые слова:

list running total sum partial cumulative

Смотрите также: [list.rundiff]

Авторы: Serge Poltavsky

Лицензия: GPL3 or later