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