double fmod

double fmod(double __x, double __y)

The function fmod() returns the floating-point remainder of __x / __y.