This function rounds the argument to an integer value in a floating-point format according to the rounding direction.
long long int __far llrintl(long double x); (C99)
Returns a rounded value. If the rounded value cannot be represented in the return type, this function returns 0 and specifies the macro ERANGE for global variable errno.
This function rounds the argument to the integer value in a floating-point format according to the rounding direction.