Qurak
文档
价格
登录
Qurak
文档
函数
FoldList
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}
在 Qurak 上运行
搜索参考
主题
Applying Functions To Lists
- Array Reduction
Functional Iteration
- General
Functional Programming
- Iteratively Applying Functions »
Incrementals
- Functional Incremental Objects
Language Overview
- Functional Operations »
List Manipulation
- Applying Functions to Lists »
相关
Fold
FoldPairList
SequenceFoldList
Accumulate
Differences
Ratios
NestList
ComposeList
ExponentialMovingAverage
Partition
MapIndexed
AnglePath
← Fold
FoldPair →
全部 6300 个函数
·
从 MCP 客户端使用