Home > Electronics Tutorials > C Language Tutorial > math.h - Other Match Functions - fmod

C Language Programming Library Reference Guide

math.h - Other Match Functions - 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).
Note: To report broken links or to submit your projects, tutorials please email to Webmaster

Discover

     more......