summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-10-08 00:21:31 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-10-08 00:21:31 +0000
commit699d40ecb83d1cf812bd4f9f6845ada6db8c4532 (patch)
tree6a1da30365dc0ba461c44a6333aea83f043668d4 /doc
parenta03ca6eb473f4a9f7b536e6ec04ca5abacd3314d (diff)
downloadmpfr-699d40ecb83d1cf812bd4f9f6845ada6db8c4532.tar.gz
[doc/mpfr.texi] Section "API Compatibility", formatted output functions
(mpfr_printf, etc.): completed r14155. git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14158 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'doc')
-rw-r--r--doc/mpfr.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/mpfr.texi b/doc/mpfr.texi
index b7a9567bf..10cef17fb 100644
--- a/doc/mpfr.texi
+++ b/doc/mpfr.texi
@@ -4251,7 +4251,8 @@ conversion specifiers @samp{f} / @samp{F} / @samp{g} / @samp{G} (this
could partly be regarded as a bug); they are now kept in a way similar
to the formatted output functions from C@. Moreover, the case where the
precision consists only of a period has been fixed in MPFR@tie{}4.2 to
-be like @samp{.0} as specified in the ISO C standard.
+be like @samp{.0} as specified in the ISO C standard (it previously
+behaved as a missing precision).
@c https://gforge.inria.fr/tracker/index.php?func=detail&aid=21816&group_id=136&atid=619
@item @code{mpfr_abs}, @code{mpfr_neg} and @code{mpfr_set} changed in