mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 21:59:17 +02:00
scale*10 is computed exactly until scale exceeds 2^54/10; in contrast, scale*0.1 may not be computed exactly, and fl(0.1) is not even 0.1. WARNING: This change is not complete -- it does nothing to prevent overflow with very long strings of digits after the decimal point. |
||
---|---|---|
.. | ||
alists.scm | ||
constructors.scm | ||
deletion.scm | ||
fold.scm | ||
immutable.sld | ||
lset.scm | ||
misc.scm | ||
predicates.scm | ||
search.scm | ||
selectors.scm | ||
test.sld |