Home
last modified time | relevance | path

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

/PHP-5.5/ext/date/lib/
H A Dastro.c64 #define INV360 (1.0 / 360.0) macro
71 return (x - 360.0 * floor(x * INV360)); in astro_revolution()
79 return (x - 360.0 * floor(x * INV360 + 0.5)); in astro_rev180()

Completed in 5 milliseconds