src/common.h
branchpyrit
changeset 15 a0a3e334744f
child 20 f22952603f29
equal deleted inserted replaced
14:fc18ac4833f2 15:a0a3e334744f
       
     1 #ifndef COMMON_H
       
     2 #define COMMON_H
       
     3 
       
     4 #include <float.h>
       
     5 
       
     6 #define Eps 1e-6
       
     7 #define Inf FLT_MAX
       
     8 
       
     9 #endif