Parameters¶
Array : types.ndArray<T>¶
The array the function is being applied to.
Axis : number?¶
The axis where this is applied across.
Returns -> ndArray<number>¶
A ndArray containing the cummulative products of Array.
The array the function is being applied to.
The axis where this is applied across.
ndArray<number>¶A ndArray containing the cummulative products of Array.