+ 1

What is hypot function

28th Jun 2020, 6:06 AM
Aswin Manoj
Aswin Manoj - avatar
2 Respostas
+ 3
It gives hypotaneous using hight and base of righ angle triangle Formula Hypot = ✓(base^2 + height^2) use x = math.hypot(height, base) #x is hypotaneous
28th Jun 2020, 6:09 AM
Vishal Gupta
Vishal Gupta - avatar