The function roundtol rounds its argument to the nearest integral value.
Compatibility:This function is compatible with the following targets:
|
|
#include <math.h>
long int roundtol ( double round );Parameters:
Parameters for this function are:
The argument rounded to an integral value in long int format.
Remarks:Rounding halfway cases away from zero, regardless of the current rounding direction
"round"