up | Inhaltsverzeichniss | Kommentar

Manual page for FMOD(3P)

fmod - floating point remainder

SYNOPSIS

#include <math.h>

double fmod(double x, double y);

DESCRIPTION

Fmod computes the floating-point remainder of x/y.

RETURN VALUE

Fmod returns the value x - (I * y), for some integer I such that, if y is nonzero, the result has the same sign as x and magnitude less than the magnitude of y.


index | Inhaltsverzeichniss | Kommentar

Created by unroff & hp-tools. © somebody (See intro for details). All Rights Reserved. Last modified 11/5/97