Loading calculator...
计算两点之间的距离
The distance between two points in a plane is calculated using the Pythagorean theorem extended to two dimensions.
d = √[(x₂-x₁)² + (y₂-y₁)²]