meanApogee function

double meanApogee(
  1. double year
)

JDE of the mean apogee nearest the given decimal year.

Implementation

double meanApogee(double year) => _mean(_snap(year, 0.5) * _ck);