fmod
From C/C++ Reference
fmod
Syntax:
#include <cmath> double fmod( double x, double y );
The fmod() function returns the remainder of x/y.
Related topics:
From C/C++ Reference
#include <cmath> double fmod( double x, double y );
The fmod() function returns the remainder of x/y.