]> git.kaiwu.me - quickjs.git/commit
added new dtoa library to print and parse float64 numbers. It is necessary to fix...
authorFabrice Bellard <fabrice@bellard.org>
Wed, 19 Mar 2025 18:07:57 +0000 (19:07 +0100)
committerFabrice Bellard <fabrice@bellard.org>
Wed, 19 Mar 2025 18:07:57 +0000 (19:07 +0100)
commit993660621a0a834c93eaad68713b2dc25508b326
treef64f4007dd9b079b16230319c917e64760fbed5d
parent9f1864a268d7ae2d86971f0a6415aa6371498039
added new dtoa library to print and parse float64 numbers. It is necessary to fix corner cases (e.g. radix != 10) and to have correct behavior regardless of the libc implementation.
Makefile
dtoa.c [new file with mode: 0644]
dtoa.h [new file with mode: 0644]
quickjs.c
tests/test_builtin.js