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