descending function

double descending(
  1. double year
)

JDE of the Moon's descending node passage nearest the given decimal year.

Implementation

double descending(double year) => _node(year, 0.5);