1 2 3 4 5 6 7 8
#ifndef __PHYSICAL_CONSTANTS_H__ #define __PHYSICAL_CONSTANTS_H__ #define SPEED_OF_LIGHT 2.99792458e8 #define PI 3.141592653589793 #define EPSILON 1.0e-3 #endif