This function rounds the argument to an integer value in a floating-point format according to the rounding direction.
float __far roundf(float x); (C99)
This function rounds the argument to the integer value in a floating-point format according to the rounding direction, with halfway cases rounded away from 0.