summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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