hypot
Hypotenuse of the inputs
hypot(in1, in2): out1Arguments:
Arguments
| Name | Type | Default | Description |
|---|---|---|---|
| in1 | number | Opposite/adjacent side a. | |
| in2 | number | Opposite/adjacent side b. |
Returns
| Name | Type | Description |
|---|---|---|
| out1 | number | The hypotenuse of the two inputs. |