(math-compose-expr): Let `calc-twos-complement-mode' be nil.
This commit is contained in:
parent
50a982d673
commit
064cb7e6e4
1 changed files with 2 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue