distance

distance([x1, y1], [x2, y2])

distance([[x1, y1], [x2, y2]])

Calculates the Euclidean distance between two points.

Try it yourself:

All functions