]> git.eshelyaron.com Git - emacs.git/commit
Calc: mend math-nth-root-float (bug#51209)
authorMattias Engdegård <mattiase@acm.org>
Fri, 15 Oct 2021 10:04:02 +0000 (12:04 +0200)
committerMattias Engdegård <mattiase@acm.org>
Fri, 15 Oct 2021 10:14:05 +0000 (12:14 +0200)
commit5757b6b20422096de3f4c34e06e8c3b6252d6d85
tree9cfa66dbb48a220025eba9fc34970ba4ea2c12ad
parentd8d71cef9e7b653dbbb0e89ab24eab45e756ed49
Calc: mend math-nth-root-float (bug#51209)

Reported by Iñaki Cornejo.

* lisp/calc/calc-math.el (math-nth-root-float):
Fix old refactoring mistake.
* test/lisp/calc/calc-tests.el (calc-nth-root): New test.
lisp/calc/calc-math.el
test/lisp/calc/calc-tests.el