Пример #1
0
def cumprod(x, axis=0):
    return _Ncumprod(x, axis)
Пример #2
0
def cumprod(x, axis=0):
    return _Ncumprod(x, axis)