This function rounds the argument to an integer value in a floating-point format according to the rounding direction.
long double __far rintl(long double 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.