Improve double to string conversion

Added errol implementation. Fixed '3d-raytrace.js', because
the new algorithm has better precision and also reduce the
code size.

JerryScript-DCO-1.0-Signed-off-by: László Langó llango.u-szeged@partner.samsung.com
This commit is contained in:
László Langó
2016-05-03 12:40:46 +02:00
parent 5369fd4515
commit 2a5468a2ac
6 changed files with 386 additions and 201 deletions
+2
View File
@@ -72,6 +72,8 @@ extern double fmod (double, double);
extern int isnan (double);
extern int finite (double);
double nextafter (double, double);
/*
* Functions callable from C, intended to support IEEE arithmetic.
*/