mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-08-02 10:57:13 -04:00
There was already an internal function for calculating Greenwich Apparent Sidereal Time (GAST). By request, I have exposed this function for outside users. Added a minimal unit test to verify the function is callable and returns the correct result for one case. This function is already exhaustively tested by unit tests that verify other functions that already called this function when it was internal, so minimal testing is sufficient in this case.