summaryrefslogtreecommitdiff
path: root/manual/arith.texi
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-12-24 12:07:59 +0000
committerRoland McGrath <roland@gnu.org>1994-12-24 12:07:59 +0000
commit8f459cd73651cc5ea38d18b0654d3f7040f203c4 (patch)
tree665c0ebc3a345c9e9878c0be3e267a81a10d1aa3 /manual/arith.texi
parent6ce3eb81a1d8dbb1ca4c01955dc205322806c4ac (diff)
Reformat paragraph to avoid overfull hbox.cvs/edition_0_06
Diffstat (limited to 'manual/arith.texi')
-rw-r--r--manual/arith.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/arith.texi b/manual/arith.texi
index 33a284185c..a5d2814b1d 100644
--- a/manual/arith.texi
+++ b/manual/arith.texi
@@ -302,7 +302,7 @@ returns @code{0.5} and stores @code{2.0} into @code{intpart}.
@deftypefun double fmod (double @var{numerator}, double @var{denominator})
This function computes the remainder from the division of
@var{numerator} by @var{denominator}. Specifically, the return value is
-@w{@code{@var{numerator} - @var{n} * @var{denominator}}}, where @var{n}
+@code{@var{numerator} - @w{@var{n} * @var{denominator}}}, where @var{n}
is the quotient of @var{numerator} divided by @var{denominator}, rounded
towards zero to an integer. Thus, @w{@code{fmod (6.5, 2.3)}} returns
@code{1.9}, which is @code{6.5} minus @code{4.6}.