$round: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(No difference)
|
No edit summary |
(No difference)
|
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)