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-13 11:09:07 +00:00
2002-05-14 11:41:23 +00:00
2002-06-17 02:21:17 +00:00
2002-06-14 04:02:25 +00:00
2001-10-01 16:09:29 +00:00
2002-05-14 04:32:02 +00:00
2002-05-28 17:03:12 +00:00
2002-04-09 22:32:59 +00:00
2002-05-13 12:11:54 +00:00
2002-03-21 23:39:28 +00:00
2002-05-30 21:00:42 +00:00
2002-06-16 08:29:35 +00:00
2002-06-11 11:27:28 +00:00
2002-05-21 07:08:30 +00:00
2002-03-25 13:52:45 +00:00
2001-09-30 21:41:46 +00:00
2002-04-19 04:46:24 +00:00
2002-03-21 23:39:28 +00:00
2002-05-12 16:01:00 +00:00
2002-06-14 04:02:25 +00:00
2002-05-28 17:03:12 +00:00
2002-04-10 17:01:55 +00:00
2002-05-21 07:08:30 +00:00
2002-05-12 16:01:00 +00:00
2002-05-13 12:11:54 +00:00
2002-05-30 20:51:53 +00:00
2002-06-02 16:11:57 +00:00
2001-10-25 04:02:25 +00:00
2002-03-22 00:12:20 +00:00
2002-06-06 13:55:01 +00:00
2002-05-21 05:41:07 +00:00
2002-05-12 16:01:00 +00:00
2002-06-14 04:02:25 +00:00
2002-06-12 00:21:07 +00:00
2002-05-14 11:37:10 +00:00
2002-01-06 08:47:19 +00:00
2002-05-13 11:09:07 +00:00
2001-12-20 16:21:47 +00:00
2002-05-13 11:09:07 +00:00
2002-05-13 11:09:07 +00:00
2002-06-03 19:04:10 +00:00
2001-10-01 16:09:29 +00:00
2002-05-13 11:09:07 +00:00
2002-05-30 12:16:01 +00:00
2002-06-07 17:25:19 +00:00
2002-06-02 20:05:59 +00:00
2002-05-12 16:01:00 +00:00
2001-11-03 06:24:23 +00:00
2002-05-08 00:48:39 +00:00
2002-03-31 23:47:52 +00:00
2002-06-17 15:28:59 +00:00
2002-06-02 16:11:57 +00:00
2002-05-18 09:14:36 +00:00