frexpl of 1.0L should return the exponent 1 and mantissa 0.5L. Glibc does
this. The substitute code in frexpl.c, however, returns the exponent 0 and
mantissa 1.0L, which IMO is wrong.
OK to fix this?
Ok for all. Don't even ask for approval of changes like the testsuite,
since you're much mo
Hi Paolo,
frexpl of 1.0L should return the exponent 1 and mantissa 0.5L. Glibc does
this. The substitute code in frexpl.c, however, returns the exponent 0 and
mantissa 1.0L, which IMO is wrong.
OK to fix this?
By the way, now that gnulib supports unit tests, how about moving the test
code at the