Skip to content

Commit

Permalink
Merge pull request #118 from observerly/feature/sun/SOLAR_TROPICAL_YEAR
Browse files Browse the repository at this point in the history
feat: Added SOLAR_TROPICAL_YEAR constant to sun module in @observerly/astrometry.
  • Loading branch information
michealroberts authored Oct 19, 2023
2 parents 8ca8960 + 1a3f667 commit 7e54423
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/sun.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ import { convertRadiansToDegrees as degrees, convertDegreesToRadians as radians

/*****************************************************************************************************************/

export const SOLAR_TROPICAL_YEAR = 365.242189 as const

/*****************************************************************************************************************/

/**
*
* getSolarMeanAnomaly()
Expand Down

0 comments on commit 7e54423

Please sign in to comment.