Searched defs:lon (Results 1 – 2 of 2) sorted by relevance
/PHP-5.6/ext/date/lib/ |
H A D | astro.h | 29 #define day_length(year,month,day,lon,lat) \ argument 35 #define day_civil_twilight_length(year,month,day,lon,lat) \ argument 41 #define day_nautical_twilight_length(year,month,day,lon,lat) \ argument 47 #define day_astronomical_twilight_length(year,month,day,lon,lat) \ argument 55 #define timelib_astro_sun_rise_set(ts,lon,lat,hrise,hset,rise,set) \ argument 61 #define civil_twilight(ts,lon,lat,start,end) \ argument 67 #define nautical_twilight(ts,lon,lat,start,end) \ argument 73 #define astronomical_twilight(ts,lon,lat,start,end) \ argument
|
H A D | astro.c | 133 static void astro_sunpos(double d, double *lon, double *r) in astro_sunpos() 162 double lon, obl_ecl, x, y, z; in astro_sun_RA_dec() local 212 int timelib_astro_rise_set_altitude(timelib_time *t_loc, double lon, double lat, double altit, int … in timelib_astro_rise_set_altitude()
|
Completed in 10 milliseconds