FMOD(III) − PWB/UNIX 2/13/75
NAME
fmod − floating modulo function
SYNOPSIS
double fmod(x, y)
double x, y;
DESCRIPTION
Fmod returns the number f such that "x = iy + f," i is an integer, and 0 ≤ f < y.
BUGS
fmod − floating modulo function
double fmod(x, y)
double x, y;
Fmod returns the number f such that "x = iy + f," i is an integer, and 0 ≤ f < y.