@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.
5 lines (4 loc) • 426 B
TypeScript
/*****************************************************************************************************************/
/*****************************************************************************************************************/
export declare const getFOrbitalParameter: (ν: number, e: number) => number;
/*****************************************************************************************************************/