Fix bug where (FORMAT NIL "~2f" 1234567.1) returns "1000000." instead
"1234567." We just test to see if the width is large enough to hold the number. If not, increase the width so that float-string will produce enough digits.
Loading
Please register or sign in to comment