Home
last modified time | relevance | path

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

/dports/astro/stellarium/stellarium-0.21.3/src/core/
H A DStelUtils.hpp762 double getDeltaTByReingoldDershowitz(const double jDay);
H A DStelUtils.cpp1683 double getDeltaTByReingoldDershowitz(const double jDay) in getDecAngle() function
H A DStelCore.cpp2156 deltaTfunc = StelUtils::getDeltaTByReingoldDershowitz; in setCurrentDeltaTAlgorithm()
/dports/astro/stellarium/stellarium-0.21.3/src/tests/
H A DtestDeltaT.cpp1026 double result = StelUtils::getDeltaTByReingoldDershowitz(JD)/86400.; in testDeltaTByReingoldDershowitzWideDates()