Rounds down a value.
Usage
- Format
-
rdn(value)
- Parameters
-
value
: Value to round down. - Returns
- The value's value rounded down.
Description
This function simply rounds down the value's value.
Examples
All possible results generated by rdn(1d6/2)
:
⌊[0]⌋ = 0
⌊[1]⌋ = 1
⌊[1]⌋ = 1
⌊[2]⌋ = 2
⌊[2]⌋ = 2
⌊[3]⌋ = 3
History
Supported since Quick Dice Roller 1.2.0
New output since Quick Dice Roller 2.0.0
Page last modified on October 23, 2014, at 07:11 PM