Files

7 lines
89 B
C
Raw Permalink Normal View History

2022-06-30 16:51:11 -05:00
#ifndef _FLOAT_H_
#define _FLOAT_H_
#define FLT_EPSILON 1.1920928955078125e-07f
#endif