neptuneOpp function

double neptuneOpp(
  1. double year
)

JDE of opposition of Neptune nearest decimal year.

Implementation

double neptuneOpp(double year) => _msa(year, _noA, _noB, _naa);