1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 05:30:45 -08:00
emacs/doc
Paul Eggert 6e37d2fd05 Read and print NaN significand if <ieee754.h>
* configure.ac: Check for ieee754.h.
* doc/lispref/numbers.texi (Float Basics): Document
that NaN string representation digits are machine-dependent.
* etc/NEWS: Mention the change.
* src/lread.c, src/print.c [HAVE_IEEE754_H]: Include ieee754.h.
* src/lread.c (string_to_number) [HAVE_IEEE754_H]:
* src/print.c (float_to_string) [HAVE_IEEE754_H]:
Read and print NaN significand.
2018-08-01 00:51:55 -07:00
..
emacs Merge from origin/emacs-26 2018-07-28 07:50:36 -07:00
lispintro Merge from origin/emacs-26 2018-07-02 19:19:26 -07:00
lispref Read and print NaN significand if <ieee754.h> 2018-08-01 00:51:55 -07:00
man Merge from origin/emacs-26 2018-05-15 09:09:48 -07:00
misc Merge from origin/emacs-26 2018-07-28 07:50:36 -07:00