Home
last modified time | relevance | path

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

/PHP-7.4/ext/date/lib/
H A Dastro.c69 #define INV360 (1.0 / 360.0) macro
76 return (x - 360.0 * floor(x * INV360)); in astro_revolution()
84 return (x - 360.0 * floor(x * INV360 + 0.5)); in astro_rev180()

Completed in 6 milliseconds