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

For ~w,dF, don't print out too man leading digits if the number is

less than 10^(-d) (approximately).  Previously, we'd print out m
leading digits if the number were 10^(-m) even if d < m.

Additional tests:

(assert (string= (format nil "~,3F" 0.000001) "0.000"))
parent b2a4d85d
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