Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    4f86a308
    o Add RATIONAL-TO-DD, an accurate method to convert rationals to · 4f86a308
    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
    o Add RATIONAL-TO-DD, an accurate method to convert rationals to
    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.