You are viewing a single comment's thread. Return to all comments →
/* d(p,q) = sqrt((p1 - q1) ^ 2 + (p2 - 2) ^ 2) */ SELECT ROUND(SQRT(POWER((MIN(lat_n) - MAX(lat_n)), 2) + POWER((MIN(long_w) - MAX(long_w)), 2)), 4) FROM station;
Seems like cookies are disabled on this browser, please enable them to open this website
Weather Observation Station 19
You are viewing a single comment's thread. Return to all comments →