partial_sums¶
Syntax¶
Parameters¶
value-list- A list-valued expression.
Returns¶
Returns a list of values of the partial sums of the values in the argument list.
Description¶
This action returns the list of partial sums of the values in the list. That is, each value in the resulting list consists of the sum of all items up to an including the current element in the list.