Searched refs:INV360 (Results 1 – 1 of 1) sorted by relevance
69 #define INV360 (1.0 / 360.0) macro76 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 4 milliseconds