mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-27 04:41:02 +08:00
(FP_ILOGB0, FP_ILOGBNAN): Define.
This commit is contained in:
parent
1594e779ba
commit
622cae1af0
@ -34,3 +34,7 @@ typedef long double double_t; /* `double' expressions are evaluated as
|
||||
|
||||
/* Define `INFINITY' as value of type `float_t'. */
|
||||
#define INFINITY HUGE_VALL
|
||||
|
||||
/* The values returned by `ilogb' for 0 and NaN respectively. */
|
||||
#define FP_ILOGB0 0
|
||||
#define FP_ILOGBNAN 0x7fffffff
|
||||
|
Loading…
Reference in New Issue
Block a user