28 Jun
2024
28 Jun
'24
2:29 p.m.
On Fri, Jun 28, 2024 at 12:22:45PM +0200, Povl Ole Haarlev Olsen <ripe-atlas@stderr.dk> wrote a message of 26 lines which said:
min( abs( value_1 ) , abs( value_2 ) ) would be the minimum difference, not the minimum offset.
I'm afraid I don't understand. There is no minus sign so no difference computed. IMHO, min(map(abs, values)) *is* the minimum offset.