1 2 3 4 5 6 7
#ifndef __PHYSICAL_CONSTANTS_H__ #define __PHYSICAL_CONSTANTS_H__ #define SPEED_OF_LIGHT 2.99792458e8 #define PI 3.141592653589793 #endif