man(1) Manual page archive


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

 1