Home
last modified time | relevance | path

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

/dports/astro/libnova/libnova-0.15.0/src/
H A Dlunar.c35278 static const struct planet_pert plan_pert_elp15 [ELP15_SIZE] = variable
38642 if (fabs(plan_pert_elp15[j].O) > pre[2]) { in sum_series_elp15()
38643 y = plan_pert_elp15[j].theta * DEG; in sum_series_elp15()
38645 y += (plan_pert_elp15[j].ipla[8] * del[0][k] in sum_series_elp15()
38646 + plan_pert_elp15[j].ipla[9] * del[2][k] in sum_series_elp15()
38647 + plan_pert_elp15[j].ipla[10] * del [3][k]) * t[k]; in sum_series_elp15()
38649 y += plan_pert_elp15[j].ipla[i] * p[i][k] * t[k]; in sum_series_elp15()
38653 x = plan_pert_elp15[j].O * t[1]; in sum_series_elp15()