![]() |
SuperNOVAS v1.5
The NOVAS C library, made better
|
ira_equinox()
to return the negated value. e_tilt()
internally. cio_location()
internally. novas_ephem_provider
/ novas_set_ephem_provider()
instead, for dynamically configured implementations at runtime. This prototype is provided only to extend support for legacy NOVAS applications only, where an inplementation had to be linked always. set_planet_provider()
instead to specify what function should be used to calculate ephemeris positions for major planets. This function is provided to extend support for legacy NOVAS C applications only. In NOVAS, the function had to be user defined, either by linking against a solsys*.c
module, or by providing a custom user implementation. set_planet_provider_hp()
instead to specify what function should be used to calculate high-precision ephemeris positions for major planets. This function is provided to extend support for legacy NOVAS C applications only. In NOVAS, the function had to be user defined, either by linking against a solsys*.c
module, or by providing a custom user implementation.