]> git.eshelyaron.com Git - emacs.git/commit
Remove Calc bignum remnants
authorMattias Engdegård <mattiase@acm.org>
Sun, 6 Dec 2020 22:35:09 +0000 (23:35 +0100)
committerMattias Engdegård <mattiase@acm.org>
Sun, 6 Dec 2020 22:43:53 +0000 (23:43 +0100)
commitc13b4fa61e7ae9ce5baa05496243f632f26bcd9a
treeb2e828fe6b4f8e531e7c9b374cad4ecbf06fc6a1
parentf13ae2bb955bfbf8946bf3c9eab8693c8af4287d
Remove Calc bignum remnants

* lisp/calc/calc-macs.el (Math-natnum-lessp):
* lisp/calc/calc-ext.el (math-norm-bignum, math-compare-bignum):
* lisp/calc/calc-math.el (math-zerop-bignum)
(math-scale-bignum-digit-size): Remove.

* lisp/calc/calc-bin.el (math-integer-log2, calcFunc-rot, math-clip):
* lisp/calc/calc-comb.el (math-prime-test, calcFunc-prfac)
(calcFunc-totient, calcFunc-moebius):
* lisp/calc/calc-ext.el (math-gcd):
* lisp/calc/calc-funcs.el (calcFunc-betaB):
* lisp/calc/calc-math.el (math-nth-root-int-iter, calcFunc-ilog):
Replace Math-natnum-lessp with <.
lisp/calc/calc-bin.el
lisp/calc/calc-comb.el
lisp/calc/calc-ext.el
lisp/calc/calc-funcs.el
lisp/calc/calc-macs.el
lisp/calc/calc-math.el