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