-
WikiChip
WikiChip
-
Architectures
Popular x86
-
Intel
- Client
- Server
- Big Cores
- Small Cores
-
AMD
Popular ARM
-
ARM
- Server
- Big
- Little
-
Cavium
-
Samsung
-
-
Chips
Popular Families
-
Ampere
-
Apple
-
Cavium
-
HiSilicon
-
MediaTek
-
NXP
-
Qualcomm
-
Renesas
-
Samsung
-
From WikiChip
mirc/identifiers/$ceil
< mirc | identifiers
The $ceil identifier will calculate and return a numerical value rounded to the next highest integer.
Synopsis
$ceil(N)
Parameters
N The number to be rounded up. Decimals cause the value to round up, while integers are returned the same.
Example
Echo to the active window 3.14 rounded to the next highest integer:
//echo -a $ceil(3.14)
Compatibility
Added: mIRC v6.1
Added On: 29/08/2003