(math-compose-expr): Let `calc-twos-complement-mode' be nil.

This commit is contained in:
Jay Belanger 2009-11-20 00:56:28 +00:00
parent 50a982d673
commit 064cb7e6e4

View file

@ -377,7 +377,8 @@
(list 'horiz "(" (math-compose-expr (nth 1 a) 0) ")")
(math-compose-expr (nth 1 a) 201))
(let ((calc-language 'flat)
(calc-number-radix 10))
(calc-number-radix 10)
(calc-twos-complement-mode nil))
(math-compose-expr (nth 2 a) 0))))
((and (eq (car a) '/)
(eq calc-language 'big))