round(x[,y])

Round x to the nearest multiple of y, which defaults to be 1.0 if omitted. For example, $round(.1)=0, and $round(-.9)=-1.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.