Esempio n. 1
0
def add(a, b, out=None):
    '''Add two array-like objects together'''
    return _maths.add(a, b, out)
Esempio n. 2
0
def add(a, b, out=None):
    '''Add two array-like objects together'''
    return _maths.add(a, b, out)