Qurak

FoldList

利用可能

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}

トピック

関連

全 6300 関数 · MCPクライアントから使う