Home
last modified time | relevance | path

Searched refs:atan2d (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/date/lib/
H A Dastro.c47 #define atan2d(y,x) (RADEG*atan2(y,x)) macro
148 v = atan2d(y, x); /* True anomaly */ in astro_sunpos()
174 *RA = atan2d(y, x); in astro_sun_RA_dec()
175 *dec = atan2d(z, sqrt(x*x + y*y)); in astro_sun_RA_dec()

Completed in 8 milliseconds