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