Check if a body is currently retrograde.
The celestial body
Julian Date
True if retrograde
if (isRetrograde(Planet.Mercury, jd)) { console.log('Mercury is retrograde!');} Copy
if (isRetrograde(Planet.Mercury, jd)) { console.log('Mercury is retrograde!');}
Check if a body is currently retrograde.