PROD

PROD returns the product of all the elements in x.
Read syntax diagramSkip visual syntax diagram
>>-PROD(x)-----------------------------------------------------><

x
Array expression. If the elements of x are strings, they are converted to fixed-point integer values.

If the elements of x are not fixed-point integer values or strings, they are converted to floating-point and the result is floating-point.

The result has the precision of x, except that the result for fixed-point integer values and strings is fixed-point with precision (n,0), where n is the maximum number of digits allowed. The base and mode match the converted argument x.






Published: 23 December 2018