Manuals/calci/PRODUCT
Jump to navigation
Jump to search
PRODUCT(n1,n2,n3...)
- where n1,n2,n3... are integer values.
PRODUCT() multiplies the given arguments and displays the product.
Description
PRODUCT(n1,n2,n3...)
For Example,
PRODUCT(34,99) returns 3366.
PRODUCT(0.1,5,-3) returns -1.6.
- Number arguments can be positive or negative.
- Function should contain at least one number (i.e n1) or range, else Calci displays an error message. There can be any number of arguments.
- If arguments is an array or reference, only numbers are considered.
- The arguments are ignored, if
- It is logical values,
- It is empty cells,
- It is text.
- PRODUCT() can also be used for an array of numbers as -
PRODUCT(1..10) returns 3628800.
Examples
4 | ||
10 | 4 | |
13 | ||
20 | ||
2600 | ||