ascending function

double ascending(
  1. double year
)

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

Implementation

double ascending(double year) => _node(year, 0);