astro-0.4.2.1: Amateur astronomical computations

CopyrightAlexander Ignatyev 2016-2017
Safe HaskellSafe
LanguageHaskell2010

Data.Astro.Planet.PlanetDetails

Description

Planet Details.

Synopsis

Documentation

data Planet #

Planets of the Solar System

Instances

Eq Planet # 

Methods

(==) :: Planet -> Planet -> Bool #

(/=) :: Planet -> Planet -> Bool #

Show Planet # 

data PlanetDetails #

Details of the planetary orbit at the epoch

Constructors

PlanetDetails 

Fields

j2010PlanetDetails :: Planet -> PlanetDetails #

PlanetDetails at the reference Epoch J2010.0

isInnerPlanet :: PlanetDetails -> Bool #

Return True if the planet is inner (its orbit lies inside the Earth's orbit)