Bruce Evans 3e2ec6ea88 e_pow.c:
Fixed pow(x, y) when x is very close to -1.0 and y is a very large odd
integer.  E.g., pow(-1.0 - pow(2.0, -52.0), 1.0 + pow(2.0, 52.0)) was
0.0 instead of being very close to -exp(1.0).

PR:		39236
Submitted by:	Stephen L Moshier <steve@moshier.net>

e_powf.c:
Apply the same patch although it is just cosmetic because odd integers
large enough to cause the problem are too large to be precisely represented
as floats.

MFC after:	1 week
2002-06-17 15:28:59 +00:00
..
2002-05-31 13:20:01 +00:00
2002-05-15 04:19:49 +00:00
2002-05-30 20:53:45 +00:00
2002-03-22 09:22:15 +00:00
2002-05-14 04:32:02 +00:00
2002-05-13 12:11:54 +00:00
2002-03-25 13:52:45 +00:00
2002-05-13 12:11:54 +00:00
2002-06-06 13:55:01 +00:00
2002-06-12 00:21:07 +00:00
2002-06-03 19:04:10 +00:00
2002-06-17 15:28:59 +00:00