Example #1
0
def cumprod(x, axis=0):
    return _Ncumprod(x, axis)
Example #2
0
def cumprod(x, axis=0):
    return _Ncumprod(x, axis)