Module:Coordinates: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 257:
local s = math_mod._round(coordinate, 0) % 60
coordinate = (coordinate - s) / 60;
local m = math_modmath._roundfloor(coordinate, 0) % 60)
coordinate = (coordinate - m) / 60;
local d = math.floor(coordinate % 360) .."°"
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu