1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00
emacs/doc
Paul Eggert 47b7a5bd49 Add bignum support to expt
Problem and initial solution reported by Andy Moreton in:
https://lists.gnu.org/r/emacs-devel/2018-08/msg00503.html
* doc/lispref/numbers.texi (Math Functions): expt integer
overflow no longer causes truncation; it now signals an error
since bignum overflow is a big deal.
* src/floatfns.c (Fexpt): Support bignum arguments.
* test/src/floatfns-tests.el (bignum-expt): New test.
2018-08-19 01:22:25 -07:00
..
emacs Improve documentation of last change 2018-08-15 05:37:45 +03:00
lispintro Merge from origin/emacs-26 2018-07-02 19:19:26 -07:00
lispref Add bignum support to expt 2018-08-19 01:22:25 -07:00
man Merge from origin/emacs-26 2018-05-15 09:09:48 -07:00
misc Editorial changes in tramp.texi 2018-08-11 09:51:27 +02:00