28
Numerics library
[numerics]
28.7
Mathematical functions for floating-point types
[c.math]
28.7.3
Three-dimensional hypotenuse
[c.math.hypot3]
🔗
floating-point-type
hypot
(
floating-point-type
x,
floating-point-type
y,
floating-point-type
z
)
;
1
#
Returns
:
√
x
2
+
y
2
+
z
2
.