MicrOS
|
#include "../math.h"
Functions | |
long int | lrint (double x) |
Round and cast to long integer. More... | |
long int lrint | ( | double | x | ) |
Round and cast to long integer.
The lrint function round their argument to the nearest integer value, rounding according to the current rounding direction. If the rounded value is outside the range of the return type, the numeric result is unspecified and a domain error or range error may occur.
x | Value to round. |