function round

Returns X rounded to the nearest integer.

Syntax
result = round(X)

Arguments
X:   a real number.


See also
function int