invjdayArray function

List<int> invjdayArray(
  1. int jd
)

Implementation

List<int> invjdayArray(int jd) {
  return _invjdayInternal(jd, true);
}