PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: list

list.reduce

apply function of two arguments cumulatively to the list

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


информация

Apply function of two arguments cumulatively to the list, from left to right, so as to reduce the list to a single value. You can imagine this process as a space replacement between elements with binary function, for example: 1 2 3 4 5 becames ((((1+2)+3)+4)+5) after reducing with "+".

example

входы:

выходы:

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

list min compare

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

Авторы: Serge Poltavsky

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