22 #include <libnova/ln_types.h>
27 #define cbrt(x) pow (x,1.0/3.0)
107 void LIBNOVA_EXPORT ln_rad_to_hms (
double radians,
struct ln_hms * hms);
198 double LIBNOVA_EXPORT ln_range_radians2 (
double angle);
205 double LIBNOVA_EXPORT ln_get_light_time (
double dist);
211 double LIBNOVA_EXPORT
ln_interpolate3 (
double n,
double y1,
double y2,
double y3);
217 double LIBNOVA_EXPORT
ln_interpolate5 (
double n,
double y1,
double y2,
double y3,
double y4,
double y5);
222 struct tm *gmtime_r (time_t *t,
struct tm *gmt);
225 int gettimeofday(
struct timeval *tp,
struct timezone *tzp);
228 char *strtok_r(
char *str,
const char *sep,
char **last);
236 double cbrt (
double x);
240 #if defined(__WIN32__) || defined(sun) || defined(__C89_SUB__)
243 double nan (
const char *code);