The function rinttol rounds its argument to the nearest long integral value.
Compatibility:This function is compatible with the following targets:
|
|
#include <math.h>
long int rinttol ( double x );Parameters:
Parameters for this function are:
The argument in integral value in floating point format.
Remarks:Rintrol rounds its argument to the nearest integral value using the current rounding direction.
"rint"