Products
Sitemap
Online Calculators
Circuits (A-C)
Circuits (D-O)
Circuits (P-Z)
Tutorials
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).
Declaration:
double fmod(double x, double y); Returns the remainder of x divided by y.
double fmod(double
, double
);
Returns the remainder of x divided by y.
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).
<<< Back to C Language Library Reference Guide
<<< Back to Electronics Tutorials