[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
More on ~U (short)
- To: bug-lisp at MIT-AI, bug-lispm at MIT-AI, common-lisp at SU-AI
- Subject: More on ~U (short)
- From: Quux
- Date: Sat, 12 Jun 1982 15:19:00 -0000
- Reply-to: Guy.Steele at CMU-10A
- Sender: Guy.Steele at CMU-10A
I forgot to mention that the @ flag should cause scaling by powers of 2^10
instead of 10^3: (format () "~Ubits, ~:Ub, ~@Ubits, ~:@Ub" 65536 65536 65536 65536)
=> "65.536 kilobits, 65.536 Kb, 64.0 kilobits, 64.0 Kb"
--Q