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

     integer, and 0 < f < y.



BUGS