[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Bug in general floating point format
- To: bug-macl@cambridge.apple.com, info-macl@cambridge.apple.com
- Subject: Bug in general floating point format
- From: John M. Canning <jc@cvl.umd.edu>
- Date: Wed, 5 Sep 90 23:22:02 EDT
Here is a bug with the general floating point output format. I'm posting
to both bug-macl and info-macl so everyone sees this.
- John Canning (jc@cvl.umd.edu)
? (format t "~&~,2G" 0.08)
8.00E-2
NIL
? (format t "~&~,2G" -0.08)
> Error: NIL is not a valid argument to - .
> While executing: #<An Anonymous Compiled-function>
> Type Command-/ to continue, Command-. to abort.
1 >