Search

List Product

Last Updated: Mar 8, 2023

Articles

Use this function to multiply all the numbers present in the list given as input and returns the product.

Syntax

List Product (number_list)

Parameters

Input Parameter Name Description
number_list list of numbers to be multiplied

Returns

Return Value Description
Product Returns product of all the numbers in list

Sample

List Product (1,2,367)

  • Returns 734.

To view all the Math functions, click here.

Did you find what you were looking for?