Home
last modified time | relevance | path

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

/PHP-8.0/ext/date/lib/
H A Dastro.c52 #define atan2d(y,x) (RADEG*atan2(y,x)) macro
153 v = atan2d(y, x); /* True anomaly */ in astro_sunpos()
179 *RA = atan2d(y, x); in astro_sun_RA_dec()
180 *dec = atan2d(z, sqrt(x*x + y*y)); in astro_sun_RA_dec()

Completed in 26 milliseconds