$round
Rounds up the provided number.
Syntax
$round[Number;(Decimal place)]
Parameters
Number
(Type: Float || Flag: Required)
: The number to round.Decimal place
(Type: Integer || Flag: Vacantable)
: The number of decimal places to round the number to. Defaults to0
.
Example
$nomention
$round[100.123;1]