summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/calc/calc-math.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/calc/calc-math.el b/lisp/calc/calc-math.el
index 0f934e0af77..bee008075c5 100644
--- a/lisp/calc/calc-math.el
+++ b/lisp/calc/calc-math.el
@@ -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 "."))