Home
last modified time | relevance | path

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

/dports/astro/libnova/libnova-0.15.0/src/
H A Dlunar.c36997 static const struct planet_pert plan_pert_elp16 [ELP16_SIZE] = variable
38669 if (fabs(plan_pert_elp16[j].O) > pre[0]) { in sum_series_elp16()
38670 y = plan_pert_elp16[j].theta * DEG; in sum_series_elp16()
38673 y += plan_pert_elp16[j].ipla[i + 7] * del[i][k] * t[k]; in sum_series_elp16()
38675 y += plan_pert_elp16[j].ipla[i] * p[i][k] * t[k]; in sum_series_elp16()
38679 result += plan_pert_elp16[j].O * sin (y); in sum_series_elp16()