Search

Product

Last Updated: Mar 8, 2023

Articles

Use this function to multiply the numbers given as input and returns the product.

Syntax

Product (number_1,number_2)

Parameters

Input Parameter Name Description
number_1 Integer value
number_2 Integer value

Returns

Return Value Description
Product Returns product of the input values

Sample

Product (12,12)

  • Returns 144.

To view all the Math functions, click here.

Did you find what you were looking for?