diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-04-24 16:44:51 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-04-24 16:44:51 +0000 |
commit | 1c44bd5b0b2fa84571e5c2989ab2942fcaa573c4 (patch) | |
tree | ac3d07039ca9010aa17bee1cf8f4cf92074776d3 /man3/fmod.3 | |
parent | dc936104cda6b31e0b6e6c86194d4aad043e2da4 (diff) |
Wrap long lines; start sentences on new lines
Diffstat (limited to 'man3/fmod.3')
-rw-r--r-- | man3/fmod.3 | 3 |
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, |