]> git.kaiwu.me - njs.git/commit
Added Number.prototype.toFixed().
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 3 Sep 2019 14:31:45 +0000 (17:31 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Tue, 3 Sep 2019 14:31:45 +0000 (17:31 +0300)
commitec18fd847af820dd99f253d7343e3dd239668f31
tree3f53b204269a7c78954c2f9f9c5f973a8892ab2f
parenta838ffa5f9ed380b276883525979606d881278d3
Added Number.prototype.toFixed().

This closes #29 issue on Github.
auto/sources
src/njs_dtoa_fixed.c [new file with mode: 0644]
src/njs_dtoa_fixed.h [new file with mode: 0644]
src/njs_main.h
src/njs_number.c
src/test/njs_unit_test.c