Template:Round/doc: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Jimp
meta>Jimp
Line 35: Line 35:
*{{tl|rndfrac}}
*{{tl|rndfrac}}
*{{tl|rndnear}}
*{{tl|rndnear}}
*{{tl|rndgaps}}


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

Revision as of 17:05, 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