Round(a): rounded, for example: round(pi)=3.
Ceil(a): round up, for example, ceil(pi)=4.
Floor(a): Round down, for example, floor(pi)=3.