Actions
Added in 1.8.10
$round(N,D)
Returns the specified floating point number rounded to the Dth decimal digit.
Parameters
| Parameter | Description | 
| N | The number to round. | 
| D | The number of decimals to round to. | 
Example
; Round '3.14159' to '2' decimals. //echo -ag $round(3.14159,2)
Updated by Per Amundsen over 2 years ago · 5 revisions