(math-use-emacs-fn): Let `calc-twos-complement-mode' be nil.
This commit is contained in:
parent
22521c7040
commit
d2e63e7573
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ If this can't be done, return NIL."
|
|||
(string-to-number
|
||||
(let
|
||||
((calc-number-radix 10)
|
||||
(calc-twos-complement-mode nil)
|
||||
(calc-float-format (list 'float calc-internal-prec))
|
||||
(calc-group-digits nil)
|
||||
(calc-point-char "."))
|
||||
|
|
Loading…
Add table
Reference in a new issue