Implementing Math.log built-in.

This commit is contained in:
Ruben Ayrapetyan
2014-09-24 17:10:30 +04:00
parent 05a2224faa
commit 44a2f7ba39
3 changed files with 187 additions and 25 deletions
+5
View File
@@ -560,6 +560,11 @@ typedef double ecma_number_t;
*/
#define ECMA_NUMBER_ONE ((ecma_number_t) 1)
/**
* Value '2' of ecma_number_t
*/
#define ECMA_NUMBER_TWO ((ecma_number_t) 2)
/**
* Value '0.5' of ecma_number_t
*/