#ifndef __PHYSICAL_CONSTANTS_H__ #define __PHYSICAL_CONSTANTS_H__ #define SPEED_OF_LIGHT 2.99792458e8 #define PI 3.141592653589793 #endif