C++ Programming/Code/Standard C Library/Functions/fmod
Appearance
fmod
[edit | edit source]Syntax |
#include <cmath>
double fmod( double x, double y );
|
The fmod() function returns the remainder of x/y.
Syntax |
#include <cmath>
double fmod( double x, double y );
|
The fmod() function returns the remainder of x/y.