Template:Round/doc: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Srleffler
(Limits shown are not correct (and weren't in scientific notation) Add an example of the upper limit.)
meta>Srleffler
(→‎Usage: Restore 1e9 upper limit to docs, per pending edit request)
Line 2: Line 2:
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. -->
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. -->
==Usage==
==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{{e|5}}, or less than 1{{e|−4}}.
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{{e|9}}, or less than 1{{e|−4}}.


Compare:
Compare:
Line 9: Line 9:
*{{<code>rnd|0.000020004|7</code>}} gives {{rnd|0.000020004|7}}
*{{<code>rnd|0.000020004|7</code>}} gives {{rnd|0.000020004|7}}
*{{<code>rnd|0|8</code>}} gives {{rnd|0|8}}
*{{<code>rnd|0|8</code>}} gives {{rnd|0|8}}
*{{<code>rnd|150000|-3</code>}} gives {{rnd|150000|-3}}
*{{<code>rnd|154268|-3</code>}} gives {{rnd|154268|-3}}
*{{<code>rnd|1542689271|-7</code>}} gives {{rnd|1542689271|-7}}


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

Revision as of 05:36, 10 July 2008

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: