You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Working with magellan in my application I've found that: magellan('60 S').latitude().toDD() returns '60.0000' instead of '-60.0000' and magellan('150 W').longitude().toDD() returns '150.0000' instead of '-150.0000'
It appears to be an issue in lns 127/128, should decimal > 0 read decimal >= 0?
The text was updated successfully, but these errors were encountered:
Working with magellan in my application I've found that:
magellan('60 S').latitude().toDD()
returns'60.0000'
instead of'-60.0000'
andmagellan('150 W').longitude().toDD()
returns'150.0000'
instead of'-150.0000'
It appears to be an issue in lns 127/128, should
decimal > 0
readdecimal >= 0
?The text was updated successfully, but these errors were encountered: