This appears to be a case of incorrect rounding:
 (format nil ~~9,5g" (* pi 1e8))
 "3.14160e+8"
should be 
 "3.14159e+8"

This is on SBCL 0.8.19.15 on Linux i386; sent also to cmucl at the
request of rtoym.


Reply via email to