Syntax | (multiply x1 [x2 … xn]) → z |
Arguments | x1: One of the integers you want to multiply. |
| [x2 … xn]: The next integers you want to multiply. |
Returns | z: The product of the numbers passed in |
Category | 0.99, math |
Description | Calculates the product of the arguments and returns it. |