MicrOS
rintl.c File Reference
#include "../math.h"

Functions

long double rintl (long double x)
 Round to integral value. More...
 

Function Documentation

◆ rintl()

long double rintl ( long double  x)

Round to integral value.

The rintl functions round their argument to an integer value in floating-point format, using the current rounding direction.

Parameters
xValue to round.
Returns
The rintl functions return the rounded integer value.