Skip to content
Snippets Groups Projects
Commit 6ee52767 authored by rtoy's avatar rtoy
Browse files

print.lisp:

o Add *POWERS-OF-TEN* for use in scaling.
o Implement the fast log scaling from Burger and Dybvig's paper.
  Scaling is very noticeably faster for large and small numbers; it is
  somewhat slower for intermediate numbers near 1.  (Should we test
  for this case?)

format.lisp:
o Implement an accurate scaling routine, based on the scale routine in
  FLONUM-TO-DIGITS.
o Use the new scaling routine in FORMAT-EXP-AUX.  This should fix Trac
  Ticket #12.
parent 759b117b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment