Manpage of REMAINDER

Google
Web www.fiveanddime.net

REMAINDER

Section: NEWLIB (3)
Updated: 2005 Feb 23
Index Return to Main Contents
 

NAME

1.24 `remainder', `remainderf'--round and remainder

 

SYNOPSIS


     #include <math.h>
     double remainder(double X, double Y);
     float remainderf(float X, float Y);  

DESCRIPTION

`remainder' and `remainderf' find the remainder of X/Y; this value is in the range -Y/2 .. +Y/2.

 

RETURNS

`remainder' returns the integer result as a double.

 

PORTABILITY

`remainder' is a System V release 4. `remainderf' is an extension.

 

SEE ALSO

remainder is part of the libm library. The full documentation for libm is maintained as a Texinfo manual. If info and libm are properly installed at your site, the command
info libm

will give you access to the complete manual.


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURNS
PORTABILITY
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 21:25:29 GMT, May 16, 2005



www.fiveanddime.net








Google
Web www.fiveanddime.net