#include "more_math.h" #define RADIANS_PER_DEGREE PI / 180.0; double to_radians(double a) { return a * RADIANS_PER_DEGREE; }