예제 #1
0
def hypot(a, b):
    '''Hypotenuse of triangle of given sides'''
    return _maths.hypot(a, b)
예제 #2
0
def hypot(a, b):
    """Hypotenuse of triangle of given sides"""
    return _maths.hypot(a, b)