SYNOPSIS
#include <math.h>
double nearbyint(double x)
float nearbyintf(float x)
double rint(double x)
float rintf(float x)
long int lrint(double x)
long int lrintf(float x)
long long int llrint(double x)
long long int llrintf(float x)
DESCRIPTION
The
The
The
The
The
The
The
PARAMETERS
RETURN VALUES
The
If x is +Infinity or -Infinity,
If x is NaN, NaN is returned.
CONFORMANCE
MULTITHREAD SAFETY LEVEL
MT-Safe.
PORTING ISSUES
None.
AVAILABILITY
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
PTC MKS Toolkit 10.4 Documentation Build 39.