calc-do-quick-calc: Add base 2 to the list of outputs of integers.
+2007-08-14 Chris Hecker <checker@d6.com> (tiny change)
+
+ * calc/calc-aent.el (calc-do-quick-calc): Add binary
+ representation of integers to the list of outputs.
+
2007-08-14 Glenn Morris <rgm@gnu.org>
* simple.el (bad-packages-alist): New constant.
", "
(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))