products
one of
the documented procedures
in this installation of the ACS
Usage:
products
xs
What it does:
returns the list of partial products of the list xs
Defined in:
/web/philip/tcl/ad-functional.tcl
Source code:
scanl * 1 $xs
philg@mit.edu