meanFull function

double meanFull(
  1. double year
)

JDE of the mean Full Moon nearest the given decimal year.

Implementation

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