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

PRIN1 and "~F" sometimes produces different printed results due to

differences in rounding for the range of numbers where PRIN1 uses the
same style of output as ~F.

This is due to how PRIN1 uses FLONUM-TO-DIGITS to produce the result,
but ~F was using FLOAT-STRING.

Hack it so FLONUM-TO-STRING calls FLONUM-TO-DIGITS when possible.
parent 5cebab87
No related branches found
No related tags found
Loading
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