summaryrefslogtreecommitdiff
path: root/man3/fmod.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-04-24 16:44:51 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-04-24 16:44:51 +0000
commit1c44bd5b0b2fa84571e5c2989ab2942fcaa573c4 (patch)
treeac3d07039ca9010aa17bee1cf8f4cf92074776d3 /man3/fmod.3
parentdc936104cda6b31e0b6e6c86194d4aad043e2da4 (diff)
Wrap long lines; start sentences on new lines
Diffstat (limited to 'man3/fmod.3')
-rw-r--r--man3/fmod.33
1 files changed, 2 insertions, 1 deletions
diff --git a/man3/fmod.3 b/man3/fmod.3
index 670b5aee..84d1e575 100644
--- a/man3/fmod.3
+++ b/man3/fmod.3
@@ -45,7 +45,8 @@ fmod, fmodf, fmodl \- floating-point remainder function
Link with \-lm.
.SH DESCRIPTION
The \fBfmod\fP() function computes the remainder of dividing \fIx\fP by
-\fIy\fP. The return value is \fIx\fP \- \fIn\fP * \fIy\fP, where \fIn\fP
+\fIy\fP.
+The return value is \fIx\fP \- \fIn\fP * \fIy\fP, where \fIn\fP
is the quotient of \fIx\fP / \fIy\fP, rounded towards zero to an integer.
.SH "RETURN VALUE"
The \fBfmod\fP() function returns the remainder, unless \fIy\fP is zero,