Template:Round/doc: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Patrick
(==Internal details== The template calls Template:Rnd/b1 if the number, after rounding, is positive, Template:Rnd/b-1 if it is negative, and Template:Rnd/b0 if it is zero. Their first parameter is the rounded number, their second the valu)
meta>Patrick
(→‎Internal details: their second the rounding parameter, and their third the value of the condition that the rounding parameter is positive.)
Line 21: Line 21:
The template calls [[Template:Rnd/b1]] if the number, after rounding, is positive, [[Template:Rnd/b-1]] if it is negative, and [[Template:Rnd/b0]] if it is zero.
The template calls [[Template:Rnd/b1]] if the number, after rounding, is positive, [[Template:Rnd/b-1]] if it is negative, and [[Template:Rnd/b0]] if it is zero.


Their first parameter is the rounded number, their second the value of the condition that the rounding parameter is positive.
Their first parameter is the rounded number, their second the rounding parameter, and their third the value of the condition that the rounding parameter is positive.


<includeonly><!--
<includeonly><!--

Revision as of 07:18, 21 November 2010

Usage

This template rounds {{{1}}} to {{{2}}} decimal places (goes the other way for negatives) and includes trailing zeros. Scientific notation is used for numbers greater than or equal to 1×109, or less than 1×10−4.

Compare:

Internal details

The template calls Template:Rnd/b1 if the number, after rounding, is positive, Template:Rnd/b-1 if it is negative, and Template:Rnd/b0 if it is zero.

Their first parameter is the rounded number, their second the rounding parameter, and their third the value of the condition that the rounding parameter is positive.