SYNOPSIS
#include <math.h>
double remainder(double x, double y);
float remainderf(float x, float y);
double drem(double x, double y);
float dremf(float x, float y);
DESCRIPTION
The
x - n * y;
where n is the integer nearest the exact value of x/y; if |n - x/y| = 1/2, then n is even.
The
The
PARAMETERS
RETURN VALUES
The
If y is 0.0 or x is Infinity and
y is 0.0,
CONFORMANCE
MULTITHREAD SAFETY LEVEL
MT-Safe.
PORTING ISSUES
None.
AVAILABILITY
MKS Toolkit for Professional Developers
MKS Toolkit for Enterprise Developers
MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
- Functions:
fmod()
MKS Toolkit 9.2 Documentation Build 16.