Add definition of FP_ILOGB0 and FP_ILOGNAN.
This commit is contained in:
parent
18199b1e50
commit
5faf38aeab
@ -63,5 +63,9 @@ typedef double double_t;
|
||||
|
||||
#endif
|
||||
|
||||
/* The values returned by `ilogb' for 0 and NaN respectively. */
|
||||
#define FP_ILOGB0 0x80000001
|
||||
#define FP_ILOGBNAN 0x7fffffff
|
||||
|
||||
/* Number of decimal digits for the `double' type. */
|
||||
#define DECIMAL_DIG 15
|
||||
|
Loading…
Reference in New Issue
Block a user