コード例 #1
0
ファイル: jymaths.py プロジェクト: olofsvensson/scisoft-core
def remainder(a, b):
    '''Return remainder of division of inputs'''
    return _maths.remainder(a, b)
コード例 #2
0
ファイル: jymaths.py プロジェクト: amundhov/scisoft-core
def remainder(a, b):
    """Return remainder of division of inputs"""
    return _maths.remainder(a, b)