Go to the first, previous, next, last section, table of contents.


fmod

Syntax

#include <math.h>

double fmod(double x, double y);

Return Value

The remainder of x/y.

Portability

ANSI, POSIX


Go to the first, previous, next, last section, table of contents.