summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-01-27 16:24:48 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-01-27 16:24:48 +0000
commit939da53f60883e97abb0f0954bdac8d4123b9eec (patch)
tree599a1869830835f9726963baefb2840a08113d5c /doc
parente843317daf4c64693d9f391154f5173609064625 (diff)
downloadmpfr-939da53f60883e97abb0f0954bdac8d4123b9eec.tar.gz
[doc/mpfr.texi] Replaced "Rounding Related Functions" by
"Rounding-Related Functions" (thanks to Keith Briggs for the remark). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9882 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'doc')
-rw-r--r--doc/mpfr.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/mpfr.texi b/doc/mpfr.texi
index 444ab33e4..b41d7db45 100644
--- a/doc/mpfr.texi
+++ b/doc/mpfr.texi
@@ -1024,7 +1024,7 @@ any MPFR function or macro, whether or not there is an error.
* Input and Output Functions::
* Formatted Output Functions::
* Integer and Remainder Related Functions::
-* Rounding Related Functions::
+* Rounding-Related Functions::
* Miscellaneous Functions::
* Exception Related Functions::
* Compatibility with MPF::
@@ -2604,7 +2604,7 @@ the null-terminator, or a negative value if an error occurred.
@c @code{EOVERFLOW}.
@end deftypefun
-@node Integer and Remainder Related Functions, Rounding Related Functions, Formatted Output Functions, MPFR Interface
+@node Integer and Remainder Related Functions, Rounding-Related Functions, Formatted Output Functions, MPFR Interface
@comment node-name, next, previous, up
@cindex Integer related functions
@cindex Remainder related functions
@@ -2748,9 +2748,9 @@ additive argument reduction.
Return non-zero iff @var{op} is an integer.
@end deftypefun
-@node Rounding Related Functions, Miscellaneous Functions, Integer and Remainder Related Functions, MPFR Interface
+@node Rounding-Related Functions, Miscellaneous Functions, Integer and Remainder Related Functions, MPFR Interface
@cindex Rounding mode related functions
-@section Rounding Related Functions
+@section Rounding-Related Functions
@deftypefun void mpfr_set_default_rounding_mode (mpfr_rnd_t @var{rnd})
Set the default rounding mode to @var{rnd}.
@@ -2875,7 +2875,7 @@ int i = mpfr_round_nearest_away(mpfr_add_ui, r, f, ul);
@end example
@end deftypefn
-@node Miscellaneous Functions, Exception Related Functions, Rounding Related Functions, MPFR Interface
+@node Miscellaneous Functions, Exception Related Functions, Rounding-Related Functions, MPFR Interface
@comment node-name, next, previous, up
@cindex Miscellaneous float functions
@section Miscellaneous Functions