V6/usr/man/man3/fmod.3

Compare this file to the similar file:
Show the results in this format:

.th FMOD III 2/13/75
.sh NAME
fmod \*- floating modulo function
.sh SYNOPSIS
.ft B
.nf
double fmod(x, y)
double x, y;
.ft R
.fi
.sh DESCRIPTION
.if t .ds L \(<=
.if n .ds L <_
.it Fmod
returns the number
.it f
such that
.it "x = iy + f,"
.it i
is an integer,
and
0 \*L
.it f
<
.it y.
.sh BUGS