summaryrefslogtreecommitdiff
path: root/mpfr.texi
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-03-11 13:52:30 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-03-11 13:52:30 +0000
commit578a61bff22a65b2f2a9eeb92bce992b58ab3f92 (patch)
tree855030034abb4c8ca08e583660b3214e8d4424b5 /mpfr.texi
parent800604671a8051d05a503151b33524c9a3e16b09 (diff)
downloadmpfr-578a61bff22a65b2f2a9eeb92bce992b58ab3f92.tar.gz
Return a null pointer if rnd_mode is an invalid rounding mode.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1731 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'mpfr.texi')
-rw-r--r--mpfr.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/mpfr.texi b/mpfr.texi
index 32cc2c8db..271d958a1 100644
--- a/mpfr.texi
+++ b/mpfr.texi
@@ -573,7 +573,8 @@ The precision @var{prec} can be any integer between @code{MPFR_PREC_MIN} and
@deftypefun {char *} mpfr_print_rnd_mode (mp_rnd_t @var{rnd})
Returns the input string (GMP_RNDD, GMP_RNDU, GMP_RNDN, GMP_RNDZ)
-corresponding to the rounding mode @var{rnd}.
+corresponding to the rounding mode @var{rnd} or a null pointer if
+@var{rnd} is an invalid rounding mode.
@end deftypefun
@node Exceptions, Initializing Floats, Rounding Modes, Floating-point Functions