f::product (public)

 f::product xs

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

Parameters:
xs
Returns:
the product of the elements of the list xs

Partial Call Graph (max 5 caller/called nodes):
%3 test_functional_api functional_api (test acs-tcl) f::product f::product test_functional_api->f::product f::fold f::fold (public) f::product->f::fold f::factorial f::factorial (public) f::factorial->f::product

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