multiply

Modified on Tue, 22 Aug 2023

Description

Multiply two numbers

Syntax

multiply(first, second)

Parameters

Input ParameterTypeDescription
firstnumberFirst number to be multiplied
secondnumberSecond number to be multiplied

Return value

Type
number

Sample

ExampleResultDescription
multiply(5, 6)30Returns the product of the two input numbers

To view all the Math and Number functions, click here.