rint
fn
float rint(float x)Rounds x to the nearest integer value, using the current rounding mode. If the return value is not equal to x, the FE_INEXACT exception is raised.
nearbyint performsthe same operation, but does not set the FE_INEXACT exception.
fn
double rint(double x)No documentation available for this declaration.
fn
real rint(real x)No documentation available for this declaration.