math.h 111 B

12345
  1. #include <openlibm_math.h>
  2. // Included to fix mesa issues
  3. #define M_PI_2 (M_PI/2.0)
  4. #define M_PI_4 (M_PI/4.0)