Project

General

Profile

$hypot » History » Version 3

Per Amundsen, 02/23/2023 01:37 PM

1 1 Per Amundsen
_Added in 1.9.3_
2
3 2 Per Amundsen
*$hypot(N,M)*
4 1 Per Amundsen
5
Returns the length of the "hypotenuse":https://en.wikipedia.org/wiki/Hypotenuse.
6 3 Per Amundsen
7
*Parameters*
8
9
table(ktable).
10
|*Parameter*|*Description*|
11
| N | The first number x. |
12
| M | The second number y. |