[liba] Add a constant representing the minimum float

Change-Id: I47c90687007dc4307089f2fe26658ce26c2e56ce
This commit is contained in:
Émilie Feral
2017-01-12 16:43:54 +01:00
parent fbdcb8cef3
commit cfa645a1e9

View File

@@ -2,5 +2,6 @@
#define LIBA_FLOAT_H
#define FLT_MAX 1E+37f
#define FLT_MIN 1E-37f
#endif