コード例 #1
0
ファイル: jymaths.py プロジェクト: olofsvensson/scisoft-core
def subtract(a, b):
    '''Subtract one array-like object from another'''
    return _maths.subtract(a, b)
コード例 #2
0
ファイル: jymaths.py プロジェクト: amundhov/scisoft-core
def subtract(a, b):
    """Subtract one array-like object from another"""
    return _maths.subtract(a, b)