aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/builtin-objects/ecma-builtin-math.c
AgeCommit message (Expand)Author
2018-06-06Merged conditions of if statements where possible. (#2380)László Langó
2018-05-14Add jerryscript-compiler.h public header to cover compiler incompatibilities ...Akos Kiss
2017-12-07Remove trivial ecma_number arithmetic functions (#2123)Robert Fancsik
2016-12-19Reduce Math object binary size. (#1491)Zoltan Herczeg
2016-12-08Streamline copyright notices across the codebase. (#1473)Tilmann Scheller
2016-11-01Ensure that `Math.random()` really covers `[0,1)` interval (#1417)Akos Kiss
2016-08-11Fixing Math.powAkos Kiss
2016-08-05Remove compact profile.Robert Sipka
2016-06-14Introduce JERRY_UNUSED() instead of __attr_unused___Zsolt Borbély
2016-05-17Introduce integer ecma-value representation to reduce the double allocations.Zoltan Herczeg
2016-04-18Unifiy the comments of preprocessor conditionalsAkos Kiss
2016-04-08Turn modified fdlibm into Jerry's own libmAkos Kiss
2016-03-01Small refactoringsZsolt Borbély
2016-02-17Remove 'ecma_completion_value_t'Zoltan Herczeg
2016-02-15Remove g++ support from the [C]Make files.Robert Sipka