astronomy-bundle
Version:
Bundle for astronomical calculations such as position of moon, sun and planets, sunrise, sunset or solar eclipses. Most of the calculations are based on Jean Meeus 'Astronomical Algorithms' book and the VSOP87 theory.
9 lines (8 loc) • 372 B
TypeScript
export declare const DIAMETER_MERCURY = 4879.4;
export declare const DIAMETER_VENUS = 12103.6;
export declare const DIAMETER_MARS = 6792.4;
export declare const DIAMETER_JUPITER = 142984;
export declare const DIAMETER_SATURN = 120536;
export declare const DIAMETER_URANUS = 51118;
export declare const DIAMETER_NEPTUNE = 49528;
export declare const DIAMETER_PLUTO = 2390;