Qdr /

Round up

Qdr.Rup History

Hide minor edits - Show changes to markup

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 :)

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