chibi-scheme/lib/srfi/1
Alex Shinn 521e23e3c7 Reduce error in sexp_read_float_tail (from Taylor R Campbell)
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.
2018-12-02 12:22:14 +08:00
..
alists.scm fixing corner cases in pair-fold, alist-delete and reduce-right 2017-08-24 21:27:08 +09:00
constructors.scm Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
deletion.scm Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
fold.scm fixing corner cases in pair-fold, alist-delete and reduce-right 2017-08-24 21:27:08 +09:00
immutable.sld adding (srfi 116) 2017-08-24 21:29:33 +09:00
lset.scm Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
misc.scm Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
predicates.scm add check for empty second list in list= (fixes issue #407) 2017-05-08 12:04:13 +09:00
search.scm Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
selectors.scm Correction to the 8-10th selector aliases 2015-06-06 17:19:45 +02:00
test.sld Reduce error in sexp_read_float_tail (from Taylor R Campbell) 2018-12-02 12:22:14 +08:00