Rounds up a value.
Usage
- Format
-
rup(value)
- Parameters
-
value
: Value to round up.
- Returns
- The value's value rounded up.
Description
This function simply rounds up the value's value.
Examples
All possible results generated by rup(1d6/2):
⌈[1]⌉ = 1
⌈[1]⌉ = 1
⌈[2]⌉ = 2
⌈[2]⌉ = 2
⌈[3]⌉ = 3
⌈[3]⌉ = 3
History
Supported since Quick Dice Roller 1.3.5
New output since Quick Dice Roller 2.0.0
Page last modified on October 23, 2014, at 08:44 PM