[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
FFORMA (floating point format stuff)
- To: BUG-LISP at MIT-MC
- Subject: FFORMA (floating point format stuff)
- From: John G. Aspinall <JGA at MIT-MC>
- Date: Fri, 19 Jun 81 16:44:00 GMT
- Cc: JGA at MIT-MC
- Original-date: 19 June 1981 12:44-EDT
This is a minor quibble - not worth a lot of effort - but:
(print-fixed-precision-floating 5.0e-04 16. 8. '(e) t)
prints 5.000001e-04. Several other flonums do this too,
the error seems to be adding one in the last digit always.