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