saLon static method

double saLon(
  1. double t,
  2. int n
)

Implementation

static double saLon(double t, int n) {
  return eLon(t, n) + nutationLon2(t) + gxcSunLon(t) + math.pi;
}