[liba] Add the constant FLT_EPS

Change-Id: I74a9e51e40c5dbc10decc16d10e3054b33d376ff
This commit is contained in:
Émilie Feral
2017-01-20 16:49:22 +01:00
parent 01904bc16e
commit acb38c72fa

View File

@@ -3,5 +3,6 @@
#define FLT_MAX 1E+37f
#define FLT_MIN 1E-37f
#define FLT_EPSILON 1E-5f
#endif