Scalar FunctionsSeries Functions
series_product
Product of all elements in the series (real). Empty → 1.0.
Syntax
series_product(series)Parameters
Prop
Type
Returns: real
Examples
Example 1
print series_product(dynamic([1.0, 2.0, 3.0]))| print_0 (real) |
|---|
| 6.0 |