convert/`+` - convert to sum
convert/`*` - convert to product
|
Calling Sequence
|
|
convert(expr, `+`)
convert(expr, `*`)
|
|
Description
|
|
•
|
The convert(expr, `+`) calling sequence sums all the operands of expr.
|
•
|
The convert(expr, `*`) calling sequence multiplies all the operands of expr.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
|
|
Download Help Document
Was this information helpful?