4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-20 05:19:21 +08:00
Nicolas Brunie bb25dd1b0f pow: fix pow(-1.0, NaN)
I think I may have encountered a bug in the implementation of pow:
pow(-1.0, NaN) returns 1.0 when it should return NaN.
Because ix is used to check input vs 1.0 rather than hx, -1.0 is
mistaken for 1.0
2020-02-14 10:12:25 +01:00
..
2020-01-21 15:17:43 -05:00
2020-02-14 10:12:25 +01:00
2016-02-17 17:06:46 -05:00
2000-02-17 19:39:52 +00:00
2020-01-21 15:17:43 -05:00
2019-10-31 14:52:04 -04:00