2.7.4.4 fmod

Declaration:

double fmod(double x, double y);Returns the remainder of x divided by y.

Range:

There is no range limit on the return value. If y is zero, then either a range error will occur or the function will return zero (implementation-defined).