]> git.kaiwu.me - njs.git/commit
Added Number.prototype.toPrecision().
authorDmitry Volyntsev <xeioex@nginx.com>
Thu, 3 Oct 2019 13:59:22 +0000 (16:59 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Thu, 3 Oct 2019 13:59:22 +0000 (16:59 +0300)
commit79820fe09a10e25283246389a488b09b19a11075
tree0ba40e3038f9685aa718058acc3b3ded036ac6b1
parent4997be0b9f36065f911d25011a9f95964f337b78
Added Number.prototype.toPrecision().

This closes #221 issue on Github.
src/njs_dtoa.c
src/njs_dtoa.h
src/njs_number.c
src/test/njs_unit_test.c