Qurak

FoldList

Available

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}

Topics

Related

All 6300 functions · Use this from an MCP client