PLAYGROUND (experimental)

hypot

Euclidean distance from origin: sqrt(x*x + y*y).
hypot(
    x, 
    y
) -> FLOAT

Euclidean distance from origin: sqrt(xx + yy).

Arguments

NameTypeRequiredDefaultDescription
xyes-X coordinate
yyes-Y coordinate