#include <math.h> double fmod(double x, double y);
The remainder of x/y.
ANSI, POSIX
Go to the first, previous, next, last section, table of contents.