-
- Downloads
Was not noticing that printing -0.0 takes an extra character for the
minus sign because (minusp -0.0) is false. Use float-sign to get that right. For example (format t "~8,2f" -0.0) has 9 characters instead of 8.
Loading
Please register or sign in to comment