(dates)
| 95841 | return M + C + P + Math.PI; |
| 95842 | } |
| 95843 | function getSunCoords(dates) { |
| 95844 | var M = getSolarMeanAnomaly(dates); |
| 95845 | var L = getEclipticLongitude(M); |
| 95846 | return { |
| 95847 | declination: getDeclination(L, 0), |
| 95848 | rightAscension: getRightAscension(L, 0) |
| 95849 | }; |
| 95850 | } |
| 95851 | |
| 95852 | },{"@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"kOmrb":[function(require,module,exports) { |
| 95853 | var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js"); |
no test coverage detected