uranusOpp function

double uranusOpp(
  1. double year
)

JDE of opposition of Uranus nearest decimal year.

Implementation

double uranusOpp(double year) => _msa(year, _uoA, _uoB, _uaa);