Go to the documentation of this file. 44 #ifndef __RPP_CONST_H__ 45 #define __RPP_CONST_H__ 47 #define CONST_PI_OVER_4 0.7853981633974483f 48 #define CONST_PI_OVER_2 1.5707963267948966f 49 #define CONST_PI 3.1415926535897932f 50 #define CONST_2_PI 6.2331853071795865f 57 #ifdef _USE_CUSTOMFLOAT_ 58 # define MAX_FLOAT 1E10 59 # define DEFAULT_TOL 1E-3 60 # define DEFAULT_EPSILON 1E-4 62 # define MAX_FLOAT 1E10 63 # define DEFAULT_TOL 1E-5 64 # define DEFAULT_EPSILON 1E-8