cumulative_prodΒΆ
Calculates the cumulative product of elements in the input array x.
Abstract Signature:
cumulative_prod(x: array, axis: Optional[int], dtype: Optional[dtype], include_initial: bool)
Calculates the cumulative product of elements in the input array x.
Abstract Signature:
cumulative_prod(x: array, axis: Optional[int], dtype: Optional[dtype], include_initial: bool)