hypot
Euclidean distance from origin: sqrt(x*x + y*y).
hypot(
x,
y
) -> FLOAT
Euclidean distance from origin: sqrt(xx + yy).
Arguments
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
x | yes | - | X coordinate | |
y | yes | - | Y coordinate |
hypot(
x,
y
) -> FLOAT
Euclidean distance from origin: sqrt(xx + yy).
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
x | yes | - | X coordinate | |
y | yes | - | Y coordinate |