Template:Round/doc: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Pasaban
(Added Bengali Wiki link)
meta>Jimp
(new details)
Line 27: Line 27:


==Internal details==
==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.
The template uses three subtemplates:
*{{tl|rnd/-}} — for trailing zeros
*{{tl|rnd/e+}} — for scientific notation for numbers greater than or equal to 10<sup>9<sup> or less than or equal to −10<sup>9<sup>
*{{tl|rnd/e−}} — for scientific notation for numbers greater than −10<sup>−4<sup> and less than 10<sup>−4<sup> but not equal to 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.
==See also==
*{{tl|rndfrac}}
*{{tl|rndnear}}


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

Revision as of 06:38, 21 February 2012

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:

As with #expr, the total number of significant digits is not more than 14:

Internal details

The template uses three subtemplates:

  • {{rnd/-}} — for trailing zeros
  • {{rnd/e+}} — for scientific notation for numbers greater than or equal to 109 or less than or equal to −109
  • {{rnd/e−}} — for scientific notation for numbers greater than −10−4 and less than 10−4 but not equal to zero

See also