Exemplo n.º 1
0
def subtract(a, b):
    '''Subtract one array-like object from another'''
    return _maths.subtract(a, b)
Exemplo n.º 2
0
def subtract(a, b):
    """Subtract one array-like object from another"""
    return _maths.subtract(a, b)