]> git.eshelyaron.com Git - emacs.git/commit
(calculator-expt, calculator-integer-p): New functions.
authorJay Belanger <jay.p.belanger@gmail.com>
Wed, 4 Jul 2007 04:20:35 +0000 (04:20 +0000)
committerJay Belanger <jay.p.belanger@gmail.com>
Wed, 4 Jul 2007 04:20:35 +0000 (04:20 +0000)
commitf50347a91b5dd8172c7975a3d1f85c6949d964dd
tree0f63be22c557fc1baa6311ffe2e842e1f2b4f4a6
parentb71f9bdb2d58aa77ad9654cd7d1c95487b02acf0
(calculator-expt, calculator-integer-p): New functions.
(calculator-fact): Check to see if the factorial will be too large
before computing it.
(calculator-initial-operators): Use `calculator-expt' to compute "^".
(calculator-mode): Mention that results which are too large will return inf.
lisp/ChangeLog
lisp/calculator.el