Csaba Osztrogonác
7685afddf9
Fix Math.pow ( #2985 )
...
The Math.pow implementation calls libm's pow. The ISO C and ES5.1
standards differ on some special cases of pow. jerry-libm is already
ES5.1 conform, but system libm libraries on Linux and Windows aren't.
Math.pow(NaN, +/-0.0) is NaN on Windows and Linux with system libm,
but should be 1.0 according to ES5.1 / 15.8.2.13.
This patch handles this special case in Math.pow instead of calling pow of libm.
JerryScript-DCO-1.0-Signed-off-by: Csaba Osztrogonác oszi@inf.u-szeged.hu
2019-07-24 19:41:03 +02:00
..
2019-07-24 15:48:28 +02:00
2019-06-24 11:18:37 +02:00
2019-04-09 10:14:46 +02:00
2019-06-24 11:18:37 +02:00
2019-06-24 11:14:06 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-04-16 08:26:39 +02:00
2019-04-16 08:26:39 +02:00
2019-04-16 08:26:39 +02:00
2019-04-16 08:26:39 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2018-05-14 09:41:26 +09:00
2017-03-23 09:36:29 +01:00
2016-12-08 06:39:11 +01:00
2017-03-23 09:36:29 +01:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-07-17 14:10:05 +02:00
2019-07-17 14:10:05 +02:00
2019-07-17 14:44:18 +02:00
2017-03-23 09:36:29 +01:00
2019-05-10 12:23:29 +02:00
2019-05-10 20:28:43 +02:00
2019-04-09 10:14:46 +02:00
2017-12-06 18:06:07 +01:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2018-08-22 08:49:12 +02:00
2019-07-17 14:09:14 +02:00
2019-07-17 14:09:14 +02:00
2019-04-16 08:26:39 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-06-24 11:18:37 +02:00
2019-06-24 11:18:37 +02:00
2019-06-24 11:18:37 +02:00
2019-06-24 11:18:37 +02:00
2019-06-24 11:18:37 +02:00
2019-04-09 10:14:46 +02:00
2019-07-24 19:41:03 +02:00
2019-07-11 19:42:27 +02:00
2019-07-17 14:10:20 +02:00
2019-07-17 14:10:20 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-07-17 14:09:29 +02:00
2019-07-17 14:09:29 +02:00
2019-07-17 14:09:44 +02:00
2019-07-17 14:09:44 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-07-17 08:14:38 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-06-24 11:18:37 +02:00
2019-06-24 11:18:37 +02:00
2019-06-24 11:18:37 +02:00
2019-06-24 11:18:37 +02:00
2019-06-24 11:18:37 +02:00
2019-05-10 20:28:43 +02:00
2019-05-30 12:34:19 -04:00
2019-05-30 12:34:19 -04:00
2019-07-17 14:09:14 +02:00
2019-07-17 14:09:14 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2016-12-08 06:39:11 +01:00
2017-03-23 09:36:29 +01:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2019-04-09 10:14:46 +02:00
2018-08-13 12:42:19 +09:00
2019-06-24 11:18:37 +02:00