Qdr /

Absolute

Qdr.Abs History

Hide minor edits - Show changes to output

Deleted lines 7-19:
(:desc: \
This function returns the absolute value of param.
:)
(:examples: \
All possible results generated by @@abs(1d6-2)@@:\\
|[1]-2| = 1\\
|[2]-2| = 0\\
|[3]-2| = 1\\
|[4]-2| = 2\\
|[5]-2| = 3\\
|[6]-2| = 4
:)
(:history: Supported since Quick Dice Roller 1.4.3 :)
Changed line 3 from:
(:abstract: Returns the absolute of a value. :)
to:
(:Summary: Returns the absolute of a value. :)
Changed lines 5-6 from:
(:params: \
@@param@@: Formula from which to extract
the absolute value.
to:
(:sinceVersion: 1.4.3 :)
(:lastVersion: 1.4.3 :)

(:desc: \
This function returns
the absolute value of param.
Deleted lines 10-13:
(:return: The absolute value of param. :)
(:desc: \
This function returns the absolute value of param.
:)
Changed lines 22-23 from:
{$:abstract}
to:
{$:Summary}

! Usage
Changed lines 27-35 from:
:Parameters: {$:params}

:Returns: {$:return}

:Description: {$:desc}

:Examples: {$:examples}

:History: {$
:history}
to:
:Parameters: \
@@param@@
: Formula from which to extract the absolute value.

:Returns: The absolute value of ''param''.

! Description
This function returns the absolute value of ''param''.

! Examples
All possible results generated by @@abs(1d6-2)@@:\\
|[1]-2| = 1\\
|[2]-2| = 0\\
|[3]-2| = 1\\
|[4]-2| = 2\\
|[5]-2| = 3\\
|[6]-2| = 4

! History
Supported since Quick Dice Roller {$:sinceVersion
}
Added lines 1-35:
(:title Absolute:)
(:category: Function :)
(:abstract: Returns the absolute of a value. :)
(:format: @@abs(param)@@ :)
(:params: \
@@param@@: Formula from which to extract the absolute value.
:)
(:return: The absolute value of param. :)
(:desc: \
This function returns the absolute value of param.
:)
(:examples: \
All possible results generated by @@abs(1d6-2)@@:\\
|[1]-2| = 1\\
|[2]-2| = 0\\
|[3]-2| = 1\\
|[4]-2| = 2\\
|[5]-2| = 3\\
|[6]-2| = 4
:)
(:history: Supported since Quick Dice Roller 1.4.3 :)

{$:abstract}

:Format: {$:format}

:Parameters: {$:params}

:Returns: {$:return}

:Description: {$:desc}

:Examples: {$:examples}

:History: {$:history}
Page last modified on October 06, 2014, at 02:15 PM