f::sums (public)

 f::sums xs

Defined in packages/acs-tcl/tcl/ad-functional-procs.tcl

Parameters:
xs (required)
Returns:
the list of partial sums of the list xs

Testcases:
functional_api
Source code:
    scanl + 0 $xs
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: