-
- Downloads
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"))
Loading
Please register or sign in to comment