| Copyright | Alexander Ignatyev 2016-2017 | 
|---|---|
| Safe Haskell | Safe | 
| Language | Haskell2010 | 
Data.Astro.Planet.PlanetDetails
Description
Planet Details.
- data Planet
 - data PlanetDetails = PlanetDetails {}
 - j2010PlanetDetails :: Planet -> PlanetDetails
 - isInnerPlanet :: PlanetDetails -> Bool
 
Documentation
Planets of the Solar System
data PlanetDetails Source #
Details of the planetary orbit at the epoch
Constructors
| PlanetDetails | |
Fields 
  | |
Instances
j2010PlanetDetails :: Planet -> PlanetDetails Source #
PlanetDetails at the reference Epoch J2010.0
isInnerPlanet :: PlanetDetails -> Bool Source #
Return True if the planet is inner (its orbit lies inside the Earth's orbit)