Multiply
Copied!
Multiply( value_1, value_2, ... )
Description
The Multiply
function computes the product of a list of numbers.
Providing a single number returns the number.
Attempting to call multiply without any arguments results in the error "Non-empty array expected." Check to make sure at least one argument is passed to the multiply function.
Parameters
Argument | Type | Definition and Requirements |
---|---|---|
|
List of Numbers |
A single value or a list of values. |
Is this article helpful?
Tell Fauna how the article can be improved:
Visit Fauna's forums
or email docs@fauna.com
Thank you for your feedback!