aboutsummaryrefslogtreecommitdiffstats
path: root/man3/fmod.3
diff options
context:
space:
mode:
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 670b5aee12..84d1e57537 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,