Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
3718 commits behind the upstream repository.
user avatar
rtoy authored
  double-double-floats.  (From Richard Fateman.)
o Use that in FLOAT-RATIO for convertnig ratios to
  double-double-floats.
o Remove old double-double-float support from FLOAT-RATIO.
o Split FLOAT-RATIO in two, one supporting single/double floats, and
  one for double-double-floats.

With these changes, I think we now have print/read consistency for
double-double-float numbers.
4f86a308
History