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

code/format.lisp:

o Add an additional case where we want to print out a trailing zero:
  There's no width constraint and the previous character was a decimal
  point, so the fraction to be printed is zero.

code/print.lisp:
o Honor the d option if we run out of room so (format nil "~,2f"
  0.001) produces "0.00", not "0.001".
parent dd546dfa
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