c:math:fmod From C++ Reference previous page next page fmod Syntax: #include <cmath> double fmod( double x, double y ); The fmod() function returns the remainder of x/y. Related Topics: ceil, fabs, floor previous page start next page