Loading calculator...
Calculate distance between points
The distance between two points in a plane is calculated using the Pythagorean theorem extended to two dimensions.
d = √[(x₂-x₁)² + (y₂-y₁)²]