Exemplo n.º 1
0
def diff(a, order=1, axis=-1):
    '''Difference of input'''
    return _maths.difference(a, order, axis)
Exemplo n.º 2
0
def diff(a, order=1, axis=-1):
    """Difference of input"""
    return _maths.difference(a, order, axis)