meanLast function

double meanLast(
  1. double year
)

JDE of the mean Last Quarter nearest the given decimal year.

Implementation

double meanLast(double year) => _mean(_snap(year, 0.75) * _ck);