plan9fox/sys
Ori Bernstein 0719ce2aa7 stdio: remove erronous assert in dtoa
The value of `k` in dtoa() is an estimate of
floor(log10(d)), where `d` is the number being
converted. The code was asserting that 'k' was
less than 100, but the full range of a double
goes to 10^308 or so.

This means that the majority of the range of
a double would trigger that assert.
2021-02-09 13:57:38 -08:00
..
doc /sys/doc: fix mkfile to and remove files that now can be regenerated 2017-05-09 16:23:48 +02:00
games/lib fortunes: SATAN 2021-02-02 12:51:22 +01:00
include ape/libm: implement log2 in libc 2021-01-30 09:19:57 -08:00
lib dpost prologue: update /radicalex to fix square displacement (thanks umbraticus and Ethan) 2021-01-17 14:02:17 +01:00
man test: fix expression parser 2021-02-06 15:51:09 +10:30
src stdio: remove erronous assert in dtoa 2021-02-09 13:57:38 -08:00