Enter the coordinates of both endpoints and the midpoint is calculated instantly by averaging the x and y values.
The midpoint is ((x₁+x₂)/2, (y₁+y₂)/2) — the average of the two x-values and the two y-values.
It is the exact center point of the line segment joining the two coordinates.
Yes — any real numbers are accepted for both points and the midpoint is computed exactly.