$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 to 0.

Example

$nomention
$round[100.123;1]

example