UNPKG

@observerly/astrometry

Version:

observerly's lightweight, zero-dependency, type safe astrometry library written in Typescript for calculating the position of celestial objects in the sky.

8 lines (7 loc) 238 B
import { c as e } from "./utilities-BM-rBPno.js"; // @license Copyright © 2021-2023 observerly const o = (t, r) => (1 + r * Math.cos(e(t))) / (1 - r ** 2); export { o as getFOrbitalParameter }; //# sourceMappingURL=orbit.js.map