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