Copyright | Alexander Ignatyev 2016 |
---|---|
Safe Haskell | Safe |
Language | Haskell2010 |
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
PlanetDetails | |
|
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)