24 Apr
2016
24 Apr
'16
10:50 p.m.
In 1.3.2,
(format nil "~$" -32.17) --32.17
Negative values are getting a double minus sign. The right fix seems to be, in 'format-dollars', to pass '(abs number)' rather than 'number' to 'sys::flonum-to-string'. -- Scott
28 Apr
28 Apr
6:46 p.m.
On 4/25/16 00:50, Scott L. Burson wrote:
In 1.3.2,
(format nil "~$" -32.17) --32.17
Negative values are getting a double minus sign.
The right fix seems to be, in 'format-dollars', to pass '(abs number)' rather than 'number' to 'sys::flonum-to-string'.
Yes, I concur that this should be easy to accomplish. Filed as issue [409][]. Thanks for the report! [409]: http://abcl.org/trac/ticket/409 -- "A screaming comes across the sky. It has happened before, but there is nothing to compare to it now."
3205
Age (days ago)
3209
Last active (days ago)
1 comments
2 participants
participants (2)
-
Mark Evenson
-
Scott L. Burson