MCPcopy
hub / github.com/mourner/suncalc / toDaysTT

Function toDaysTT

index.js:36–38  ·  view source on GitHub ↗
(d)

Source from the content-addressed store, hash-verified

34 t = (y - 1820) / 100; return -20 + 32 * t * t - 0.5628 * (2150 - y);
35}
36function toDaysTT(d) {
37 return d + deltaT(d) / 86400;
38}
39
40// general calculations for position
41

Callers 6

getPositionFunction · 0.85
solarTransitFunction · 0.85
getSetJFunction · 0.85
getTimesFunction · 0.85
getMoonPositionFunction · 0.85
getMoonIlluminationFunction · 0.85

Calls 1

deltaTFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…