Files
2022-06-30 16:51:11 -05:00

7 lines
89 B
C

#ifndef _FLOAT_H_
#define _FLOAT_H_
#define FLT_EPSILON 1.1920928955078125e-07f
#endif