changeset 82378:b4a5bc0f9436

calc-aent.el calc-do-quick-calc: Add base 2 to the list of outputs of integers.
author Jay Belanger <jay.p.belanger@gmail.com>
date Tue, 14 Aug 2007 14:47:58 +0000
parents 089a910403cf
children ae9c1138574d
files lisp/calc/calc-aent.el
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calc/calc-aent.el	Tue Aug 14 08:48:09 2007 +0000
+++ b/lisp/calc/calc-aent.el	Tue Aug 14 14:47:58 2007 +0000
@@ -74,6 +74,9 @@
 				", "
 				(let ((calc-number-radix 8))
 				  (math-format-value (car alg-exp) 1000))
+                                ", "
+                                (let ((calc-number-radix 2))
+                                  (math-format-value (car alg-exp) 1000))
 				(if (and (integerp (car alg-exp))
 					 (> (car alg-exp) 0)
 					 (< (car alg-exp) 127))