Files
2025-01-18 07:09:37 -05:00

7 lines
89 B
C

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