Hi, great crate, small issue I have encountered:
When converting angles from decimal degree to sexagesimal degrees, the result for $0.5$ is correctly $00:02:00.0000$, but for e.g. $180.5$ it returns $12:01:60.0000$ (not correcly ticking over the seconds value.
This might be a floating point arithmetic error (I have looked at the function in question and I wouldn't know how to change this, it looks fine to me)
Just thought I'd let you know! :)
Hi, great crate, small issue I have encountered:$0.5$ is correctly $00:02:00.0000$ , but for e.g. $180.5$ it returns $12:01:60.0000$ (not correcly ticking over the seconds value.
When converting angles from decimal degree to sexagesimal degrees, the result for
This might be a floating point arithmetic error (I have looked at the function in question and I wouldn't know how to change this, it looks fine to me)
Just thought I'd let you know! :)