Qdr /

Round up

Qdr.Rup History

Show minor edits - Show changes to output

Added lines 1-33:
(:title Round up:)
(:category: Function :)
(:Summary: Rounds up a value. :)
(:format: @@rup(value)@@ :)
(:sinceVersion: 1.3.5 :)
(:lastVersion: 2.0.0 :)


{$:Summary}

! Usage
:Format: {$:format}

: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 {$:sinceVersion}\\
New output since Quick Dice Roller {$:lastVersion}\\
Page last modified on October 23, 2014, at 08:44 PM