Fix handling of 1.797693134862315808e+308 floating point value.

JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
This commit is contained in:
Ruben Ayrapetyan
2015-10-28 22:05:13 +03:00
parent 04ca231fa4
commit 2bfd754ef3
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -619,7 +619,7 @@ typedef double ecma_number_t;
/**
* Maximum number of significant digits that ecma-number can store
*/
#define ECMA_NUMBER_MAX_DIGITS (18)
#define ECMA_NUMBER_MAX_DIGITS (19)
/**
* Width of sign field