mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-03-27 02:44:00 -04:00
Enhanced the Kotlin function searchMoonPhase to allow searching forward in time when the `limitDays` argument is positive, or backward in time when `limitDays` is negative. Added unit test "moon_reverse" to verify this new feature.