Electronic Circuits - Electronic Tutorials - Electronic Hobby Projects - A Complete Electronic Resource Centre

C Language Programming Library Reference Guide

Products

Sitemap

Online
Calculators

Circuits (A-C)

Circuits (D-O)

Circuits (P-Z)

Tutorials


 
Google
 
Web Hobbyprojects.com

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).

 

 

 

 

 

Search
Custom Search

<<<  Back to C Language Library Reference Guide

<<<  Back to Electronics Tutorials