bde
152787c7f1
Fixed the sign of the result in some overflow and underflow cases (ones
...
where the exponent is an odd integer and the base is negative).
Obtained from: fdlibm-5.3
Sun finally released a new version of fdlibm just a coupe of weeks
ago. It only fixes 3 bugs (this one, another one in pow() that we
already have (rev.1.9), and one in tan(). I've learned too much about
powf() lately, so this fix was easy to merge. The patch is not verbatim,
because our base version has many differences for portability and I
didn't like global renaming of an unrelated variable to keep it separate
from the sign variable. This patch uses a new variable named sn for
the sign.
2004-06-01 19:28:38 +00:00
..
2003-12-07 03:02:27 +00:00
2004-05-14 12:19:04 +00:00
2004-04-02 17:57:57 +00:00
2004-05-27 23:57:45 +00:00
2004-05-14 13:31:21 +00:00
2004-03-05 08:10:19 +00:00
2004-04-14 16:31:54 +00:00
2003-06-14 19:32:52 +00:00
2004-06-01 06:53:07 +00:00
2004-02-10 20:45:28 +00:00
2003-09-08 19:57:22 +00:00
2004-02-05 22:44:25 +00:00
2003-09-08 19:57:22 +00:00
2003-08-17 08:28:46 +00:00
2003-09-08 19:57:22 +00:00
2004-02-05 22:44:25 +00:00
2004-05-16 22:08:17 +00:00
2003-09-08 19:57:22 +00:00
2003-08-17 08:28:46 +00:00
2004-02-11 09:35:27 +00:00
2003-06-06 13:46:55 +00:00
2003-06-08 10:34:00 +00:00
2004-03-09 21:14:18 +00:00
2004-01-10 18:37:11 +00:00
2004-02-11 04:34:34 +00:00
2004-05-24 16:48:53 +00:00
2003-06-17 08:43:19 +00:00
2004-03-14 05:14:00 +00:00
2004-05-14 12:21:29 +00:00
2004-05-19 18:24:13 +00:00
2004-02-26 07:44:37 +00:00
2003-06-06 13:46:55 +00:00
2004-06-01 01:29:42 +00:00
2003-08-30 05:35:46 +00:00
2004-03-14 05:19:38 +00:00
2003-08-30 13:57:31 +00:00
2004-01-28 00:11:42 +00:00
2004-02-23 20:07:47 +00:00
2004-02-05 22:44:25 +00:00
2004-03-15 13:23:20 +00:00
2003-06-06 13:46:55 +00:00
2004-03-31 09:15:09 +00:00
2004-05-14 12:21:29 +00:00
2004-02-04 06:32:45 +00:00
2004-05-12 06:31:36 +00:00
2003-10-26 03:43:35 +00:00
2003-08-18 15:25:39 +00:00
2004-04-09 23:01:42 +00:00
2004-06-01 01:29:42 +00:00
2003-07-07 03:54:04 +00:00
2003-07-07 03:54:04 +00:00
2004-05-14 13:32:13 +00:00
2004-02-05 22:44:25 +00:00
2003-07-24 17:19:15 +00:00
2004-05-20 12:06:16 +00:00
2003-10-09 09:45:20 +00:00
2004-03-11 09:56:04 +00:00
2004-02-11 21:09:13 +00:00
2004-05-25 20:11:50 +00:00
2004-05-12 20:40:09 +00:00
2003-07-24 19:58:56 +00:00
2003-06-13 07:21:37 +00:00
2004-05-24 09:50:57 +00:00
2004-02-04 09:53:29 +00:00
2003-08-17 08:28:46 +00:00
2004-06-01 19:28:38 +00:00
2003-08-30 13:57:31 +00:00
2004-05-14 19:52:35 +00:00