Round to the nearest integer.
round
x = { 77.68 -14.10, 4.73 -158.88 }; y = round(x); print y;
78.00 -14.00 5.00 -159.00
See also
Functions trunc(), floor(), ceil()
trunc()
floor()
ceil()