emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Calc and bignums


From: Bruce Stephens
Subject: Re: Calc and bignums
Date: Wed, 26 Jun 2019 14:50:52 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)

Stefan Monnier <address@hidden> writes:

> I just pushed a patch to Calc which removes its homegrown
> bignums, making it use "native" bignums instead.
>
> I never really use Calc, so the testing was rather limited.
> Knowing myself, I probably messed up at a few places.

There's one (trivial) bug:

--- a/lisp/calc/calc-ext.el
+++ b/lisp/calc/calc-ext.el
@@ -2138,7 +2138,7 @@ 'math-anglep
 (defalias 'math-numberp #'Math-numberp)
 
 ;;; True if A is a complex number or angle.  [P x] [Public]
-(defalias 'math-scalarp #'#'Math-scalarp)
+(defalias 'math-scalarp #'Math-scalarp)
 
 ;;; True if A is a vector.  [P x] [Public]
 (defalias 'math-vectorp #'Math-vectorp)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]