Returns the floating number you specify rounded to the specified number of decimals.
$round(N,D)
The following will echo pi with 3 decimals:
/echo -a Pi: $round($pi,3)
$int, $floor and $ceil.