You are here : python_3mathmathhypot

math.hypot() - math

Return the Euclidean norm, sqrt(x*x + y*y). This is the length of the vector
from the origin to point (x, y).


Syntax

math.hypot(x, y)


Example


Output / Return Value


Limitations


Alternatives / See Also


Reference