1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-12 22:40:46 -08:00
emacs/doc
Paul Eggert 202bd7bff2 Fix logb on zero, infinite, NaN args
Change logb to return -infinity, +infinity, and NaN respectively.
Formerly logb returned an extreme fixnum to represent
infinity, but this is no longer the right thing to do now that
we have bignums and there is no extreme integer.
* doc/lispref/numbers.texi (Float Basics), etc/NEWS: Document.
* src/floatfns.c (Flogb): Implement this.
2019-01-06 16:25:40 -08:00
..
emacs Improve documentation of 'server-name' 2019-01-04 15:55:59 +02:00
lispintro Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
lispref Fix logb on zero, infinite, NaN args 2019-01-06 16:25:40 -08:00
man Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
misc Update from Gnulib 2018-12-31 18:20:07 -08:00