.so macro
.he 'FMOD''FMOD'
.n	FMOD
fmod - floating point remainder function
.sy SYNOPSIS
.nf
#include <math.h>

double fmod(x,y)
double x,y;
.fi
.d  DESCRIPTION
\&'fmod' returns the remainder when x is divided by y.
.fl FILES
math.h - declaration include file
.sa SEE ALSO
