]> git.kaiwu.me - njs.git/commit
Fixed Math.round() according to the specification.
authorArtem S. Povalyukhin <artem.povaluhin@gmail.com>
Sat, 9 Nov 2019 22:35:02 +0000 (01:35 +0300)
committerArtem S. Povalyukhin <artem.povaluhin@gmail.com>
Sat, 9 Nov 2019 22:35:02 +0000 (01:35 +0300)
commit7d66b663c0739709a32f30ac0c91df5786511320
tree87c13a9b35f31457f4e90bdab22f2f76de29f43a
parentb647843b85309319ffae3656e3151f8cbc8889bc
Fixed Math.round() according to the specification.

This closes #246 issue on Github.
src/njs_diyfp.h
src/njs_main.h
src/njs_math.c
src/njs_number.c
src/test/njs_unit_test.c