Ceil (Function) — Skript
Addon: Skript · Category: Function
Syntax
ceil(n: number) :: longDescription
Rounds a number up, i.e. returns the closest integer larger than or equal to the argument.
Examples
ceil(2.34) = 3
ceil(2) = 2
ceil(2.99) = 3Skript Documentation is the best place to find the official skript documentation and feature latest working addons for the latest version of Skript.
Full documentationBrowse all docsAddon: Skript · Category: Function
ceil(n: number) :: longRounds a number up, i.e. returns the closest integer larger than or equal to the argument.
ceil(2.34) = 3
ceil(2) = 2
ceil(2.99) = 3