MiniUnix/usr/man/man3/fmod.3

Find at most related files.
including files from this version of Unix.

.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