FMOD(III)                    2/13/75                    FMOD(III)
NAME
     fmod - floating modulo function
SYNOPSIS
     double fmod(x, y)
     double x, y;
DESCRIPTION
     Fmod  returns the number f such that x = iy + f, i is an in-
     teger, and 0 <_ f < y.
BUGS
                              - 1 -