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