astro-0.4.2.0: Amateur astronomical computations

CopyrightAlexander Ignatyev 2016
Safe HaskellSafe
LanguageHaskell2010

Data.Astro.Sun.SunInternals

Description

Internal functions of Sun module. Exposed only for Unit Tests

Synopsis

Documentation

solveKeplerEquation :: Double -> Double -> Double -> Double Source #

Solve Kepler's Equation: E - e * (sin E) = M It takes eccentricity, mean anomaly in radians equals epsilon - omega (see SunDetails). It returns E in radians.