FMOD

Section: Misc. Reference Manual Pages (3P)
Updated: August 1, 1992
Index Return to Main Contents
 

NAME

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

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE

This document was created by man2html, using the manual pages.
Time: 00:56:59 GMT, September 26, 2024