]> git.eshelyaron.com Git - emacs.git/commit
Fix a typo in calculator.el
authorjakub-w <jakub-w@riseup.net>
Thu, 16 Apr 2020 20:48:03 +0000 (13:48 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 16 Apr 2020 20:55:13 +0000 (13:55 -0700)
commit3876a605694b7f3053268e1760b3052f5ac451f4
tree6145d87191c50888137608089bf1bdd98a872a21
parent9e832ba91be19071c12bcb6301920b656a919618
Fix a typo in calculator.el

* lisp/calculator.el (calculator-expt): Overflowing exponentiation
caused the function to return -1.0e+INF if the base was an odd,
negative number, no matter what the exponent was.
Copyright-paperwork-exempt: yes
lisp/calculator.el