Exemplo n.º 1
0
def cumprod(x, axis=0):
    return _Ncumprod(x, axis)
Exemplo n.º 2
0
def cumprod(x, axis=0):
    return _Ncumprod(x, axis)