]> git.kaiwu.me - njs.git/commit
Fixed handling of NaN and -0 arguments in Math.min(), Math.max().
authorArtem S. Povalyukhin <artem.povaluhin@gmail.com>
Thu, 31 Oct 2019 19:18:41 +0000 (22:18 +0300)
committerArtem S. Povalyukhin <artem.povaluhin@gmail.com>
Thu, 31 Oct 2019 19:18:41 +0000 (22:18 +0300)
commitb647843b85309319ffae3656e3151f8cbc8889bc
tree804cbc92f57b643c7032724cf290d6235d3b20bb
parent9e2ea39bbf97fe9b4cd8e59f96b241d83905e89d
Fixed handling of NaN and -0 arguments in Math.min(), Math.max().

This closes #241 issue on Github.
src/njs_math.c
src/test/njs_unit_test.c