-
- Downloads
Fix some floating point printing bugs. Based on the version in sbcl.
(format nil "~G" 1d23) prints "100000000000000000000000. " instead of "099999999999999990000000. ".
Loading
Please register or sign in to comment
(format nil "~G" 1d23) prints "100000000000000000000000. " instead of "099999999999999990000000. ".