sum¶ Syntax¶ sum(value_list) Parameters¶ value_list A list-valued expression. Returns¶ Returns a numerical value equal to the sum of the values in the argument list. Description¶ This action returns the sum of the values in the list passed as a parameter. See Also¶ add arg_max arg_min div exp log max min mod mult partial_sums percentile pow prod sqrt sub sum