Template:Round/doc: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Jimp
(new details)
meta>Jimp
Line 29: Line 29:
The template uses three subtemplates:
The template uses three subtemplates:
*{{tl|rnd/-}} — for trailing zeros
*{{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 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
*{{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


==See also==
==See also==

Revision as of 06:39, 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