marsOpp function

double marsOpp(
  1. double year
)

JDE of opposition of Mars nearest decimal year.

Implementation

double marsOpp(double year) => _ms(year, _moA, _moB);