sccross.utils.prod

sccross.utils.prod(x)[source]

Product of elements

Parameters

x (Iterable) – Input elements

Return type

Any

Returns

prod – Product

Note

For compatibility with Python<=3.7