Subject: | Round error in _remt function |
print deg2deg(-60); # print -60 instead of 300
Some words from perldoc -f int :
You should not use int() for rounding:
one because it truncates towards 0...
Function _remt() uses int() to rounding !