Adhemerval Zanella 89c9aa491a Fix for logb/logbf/logbl (bugs 13954/13955/13956)
POSIX 2008 states that if the input for 'logb[f|l]' is a subnormal number
it should be treated as if it were normalized.  This means the
implementation should calculate the log2 of the mantissa and add it to the
subnormal exponent (-126 for float and -1022 for double and IBM long
double).  This patch takes care of that.
2012-05-10 15:11:55 -05:00
..
2012-04-18 14:31:43 +02:00
2012-03-16 20:05:37 +00:00
2000-12-21 23:30:28 +00:00
2012-03-06 22:08:16 +01:00
2012-03-16 20:05:37 +00:00