$ceil

Rounds the number up and returns the smallest integer greater than or equal to a specified number.

Syntax

$ceil[Number]

Parameters

  • Number (Type: Integer, Float || Flag: Required): The number that will be rounded.

Example

$nomention
Result: $ceil[$message]
!example 6.3 Result: 7 !example -6.4 Result: -6 !example 8 Result: 8