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