[liba/float.h] Comment on FLT_EPSILON's definition

Change-Id: Iac2da58d9a2f8e4b1bb131255341696db99df188
This commit is contained in:
Gabriel Ozouf
2020-06-09 13:41:22 +02:00
committed by Émilie Feral
parent 4007f4d452
commit 0308b18400

View File

@@ -5,6 +5,9 @@
#define FLT_MAX 1E+37f
#define FLT_MIN 1E-37f
/* TODO Redefine FLT_EPSILON to comply with the definition :
* FLT_EPSILON is the difference between 1 and the very next floating point
* number. */
#define FLT_EPSILON 1E-5f
#define DBL_MAX 1.79769313486231571e+308
#define DBL_MIN 2.22507385850720138e-308