tmp/tmp3s9q3l1f/{from.md → to.md}
RENAMED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
### Three-dimensional hypotenuse <a id="c.math.hypot3">[[c.math.hypot3]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
-
floating-point-type hypot(floating-point-type x, floating-point-type y,
|
|
|
|
| 5 |
```
|
| 6 |
|
| 7 |
*Returns:* $\sqrt{x^2+y^2+z^2}$.
|
| 8 |
|
|
|
|
| 1 |
### Three-dimensional hypotenuse <a id="c.math.hypot3">[[c.math.hypot3]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
+
constexpr floating-point-type hypot(floating-point-type x, floating-point-type y,
|
| 5 |
+
floating-point-type z);
|
| 6 |
```
|
| 7 |
|
| 8 |
*Returns:* $\sqrt{x^2+y^2+z^2}$.
|
| 9 |
|