This function rounds the argument to an integer value in a floating-point format according to the rounding direction.
float __far rintf(float x); (C99)
This function rounds the argument to an integer value in a floating-point format according to the rounding direction. An "inexact" floating-point exception is not generated.