Beispiel #1
0
def rint(a):
    '''Round elements of input to nearest integers'''
    return _maths.rint(a)
Beispiel #2
0
def rint(a):
    """Round elements of input to nearest integers"""
    return _maths.rint(a)