コード例 #1
0
ファイル: jymaths.py プロジェクト: olofsvensson/scisoft-core
def diff(a, order=1, axis=-1):
    '''Difference of input'''
    return _maths.difference(a, order, axis)
コード例 #2
0
ファイル: jymaths.py プロジェクト: amundhov/scisoft-core
def diff(a, order=1, axis=-1):
    """Difference of input"""
    return _maths.difference(a, order, axis)