Home
last modified time | relevance | path

Searched refs:earth_pert_elp5 (Results 1 – 1 of 1) sorted by relevance

/dports/astro/libnova/libnova-0.15.0/src/
H A Dlunar.c3242 static const struct earth_pert earth_pert_elp5 [ELP5_SIZE] = variable
38385 if (fabs(earth_pert_elp5[j].A) > pre[1]) { in sum_series_elp5()
38386 y = earth_pert_elp5[j].O * DEG; in sum_series_elp5()
38388 y += earth_pert_elp5[j].iz * zeta[k] * t[k]; in sum_series_elp5()
38390 y += earth_pert_elp5[j].ilu[i] * del[i][k] * t[k]; in sum_series_elp5()
38394 result += earth_pert_elp5[j].A * sin (y); in sum_series_elp5()