Module:Coordinates: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(don't use parent framing for this)
No edit summary
Line 462:
local precision = 0
if not isEmpty(seconds_str) then
precision = 5 + coordinates.precisionmath_mod.prec1_precision(seconds_str)
elseif not isEmpty(minutes_str) then
precision = 3 + coordinates.precisionmath_mod.prec1_precision(minutes_str)
else
precision = coordinates.precisionmath_mod.prec1_precision(degrees_str)
end