aboutsummaryrefslogtreecommitdiff
path: root/jerry-core/ecma/builtin-objects/ecma-builtin-math.c
AgeCommit message (Expand)Author
2022-01-31Remove ES_NEXT macro (#4915)Szilagyi Adam
2022-01-03Clean up Math builtin max,min and hypot methods (#4904)Virag Orkenyi
2021-12-03Improve float number handling and conversion (#4820)Dániel Bátyai
2021-11-05Replace vera++ with clang-format (#4518)Robert Fancsik
2021-02-04Remove the ENABLED/DISABLED macros (#4515)Robert Fancsik
2021-01-16Use _WIN32 instead WIN32. (#4484)Yonggang Luo
2020-12-01Rework built-in processing of JerryScript (#4347)Zoltan Herczeg
2020-09-24Delete ECMA_OP_TO_NUMBER_TRY_CATCH macro (#4229)Virag Orkenyi
2020-08-27Cleanup toNumber and toNumeric abstract operations (#4034)Virag Orkenyi
2020-08-12Support BigInt to number conversion using Number constructor (#4121)Zoltan Herczeg
2020-07-20Remove the usage of ecma_length_t (#4009)Robert Fancsik
2020-06-12Re-target for ES.Next (#3901)Dániel Bátyai
2020-04-27Implement exponentiation operation. (#3692)Zoltan Herczeg
2020-04-21Implement missing hyperbolic Math functions from ES6 (#3670)Rafal Walczyna
2020-04-20Implement missing Math Inverse Hyperbolic functions (#3675)Rafal Walczyna
2020-04-20Implement missing Math.cbrt function from ES6 (#3680)Rafal Walczyna
2020-04-04Implement missing Math logarithm functions from ES6 (#3617)Rafal Walczyna
2020-03-10Implement missing Math functions from ES6 standard (#3593)Csaba Osztrogonác
2020-02-03Add vera rules to check consecutive and trailing empty lines (#3540)Dániel Bátyai
2019-12-20Make Math.min() and Math.max() ECMA262 conform (#3465)Csaba Osztrogonác
2019-12-16Fix Math.round(x) for big integer numbers (#3449)Csaba Osztrogonác
2019-12-12Fix Math.trunc(x) if -1 < x < 0 (#3445)Csaba Osztrogonác
2019-11-29Change JERRY_ES2015_BUILTIN to JERRY_ES2015. (#3377)Zoltan Herczeg
2019-07-24Fix Math.pow (#2985)Csaba Osztrogonác
2019-07-11Math.sign and Math.trunc (#2943)Virag Orkenyi
2019-04-09Rework usages/naming of configuration macros [part 1] (#2793)Péter Gál
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