Syntax
- float rint(x)
Parameters
- x—float
Returns
The rounded integer value of x. If x is integral, x is returned.
Description
These function rounds x to the nearest integer.
The rounded integer value of x. If x is integral, x is returned.
These function rounds x to the nearest integer.