venusInfConj function

double venusInfConj(
  1. double year
)

JDE of inferior conjunction of Venus nearest decimal year.

Implementation

double venusInfConj(double year) => _ms(year, _vicA, _vicB);