]> git.eshelyaron.com Git - emacs.git/commit
Fewer rounding errors with (format "%f" fixnum)
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 5 Mar 2017 07:14:52 +0000 (23:14 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 5 Mar 2017 07:18:39 +0000 (23:18 -0800)
commit44e7ee2e356452139156e8175c46f646835d27ff
tree7b877113c8ad6b9e2d64c560354656f7397b3325
parent207de3303076bff1bb392bd407fee0dea892fe40
Fewer rounding errors with (format "%f" fixnum)

* etc/NEWS: Document this.
* src/editfns.c (styled_format): When formatting integers via a
floating-point format, use long double instead of double
conversion, if long double’s extra precision might help.
etc/NEWS
src/editfns.c