mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[liba/float.h] Comment on FLT_EPSILON's definition
Change-Id: Iac2da58d9a2f8e4b1bb131255341696db99df188
This commit is contained in:
committed by
Émilie Feral
parent
4007f4d452
commit
0308b18400
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user