Qurak

FoldList

Disponibile

Like [`Fold`](Fold.md), but returns a list of intermediate results.

FoldList[f, x, {a, b, …}]
FoldList[f, {a, b, c, …}]
FoldList[f]
FoldList[Plus, 0, {1, 2, 3}] → {0, 1, 3, 6}

Argomenti

Correlate

Tutte le 6300 funzioni · Usa questo da un client MCP