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
@@ -76,6 +76,8 @@ double floor (double);
double fabs (double);
double fmod (double, double);
double nextafter (double, double);
#ifdef __cplusplus
}
#endif /* __cplusplus */