Beispiel #1
0
def remainder(a, b):
    '''Return remainder of division of inputs'''
    return _maths.remainder(a, b)
Beispiel #2
0
def remainder(a, b):
    """Return remainder of division of inputs"""
    return _maths.remainder(a, b)