math: Provide FP_ILOGB0 and FP_ILOGBNAN.
authorBruno Haible <bruno@clisp.org>
Tue, 3 Apr 2012 15:04:46 +0000 (17:04 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 3 Apr 2012 16:58:51 +0000 (18:58 +0200)
commit9e7a6e9093ca226915933ed14029ba7efea0efca
treed09236344e9ce0e4a05be81ebb505a26a7013370
parent6a087ae0b60c99e8333005bfc8bdd4d521d16770
math: Provide FP_ILOGB0 and FP_ILOGBNAN.

* lib/math.in.h (FP_ILOGB0, FP_ILOGBNAN): Define fallback.
* tests/test-math.c: Check that FP_ILOGB0, FP_ILOGBNAN are defined.
(main): Check their values.
* doc/posix-headers/math.texi: Mention the FP_ILOGB0, FP_ILOGBNAN
problem.
ChangeLog
doc/posix-headers/math.texi
lib/math.in.h
tests/test-math.c