Difference between revisions of "Template:Rnd/doc"

From Ava Zinn Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
(Usage)
(Usage)
Line 11: Line 11:
 
*{{<code>rnd|154268|-3</code>}} gives {{rnd|154268|-3}}
 
*{{<code>rnd|154268|-3</code>}} gives {{rnd|154268|-3}}
 
*{{<code>rnd|154268988|-6</code>}} gives {{rnd|154268988|-6}}
 
*{{<code>rnd|154268988|-6</code>}} gives {{rnd|154268988|-6}}
*whereas {{<code>#expr:154268988 round -6</code>}} gives {{#expr:154268988 round -6<}}
+
*whereas {{<code>#expr:154268988 round -6</code>}} gives {{#expr:154268988 round -6}}
 
*{{<code>rnd|1542689271|-7</code>}} gives {{rnd|1542689271|-7}}
 
*{{<code>rnd|1542689271|-7</code>}} gives {{rnd|1542689271|-7}}
  

Revision as of 21:34, 17 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×10Template:Val/delimitnum, or less than 1×10Template:Val/delimitnum.

Compare:

  • {{rnd|2.0004|3}} gives 2.000
    • whereas {{#expr:2.0004 round 3}} gives 2
  • {{rnd|0.000020004|7}} gives 2.00×10−5
  • {{rnd|0|8}} gives 0.00000000
  • {{rnd|154268|-3}} gives 154,000
  • {{rnd|154268988|-6}} gives 154,000,000
  • whereas {{#expr:154268988 round -6}} gives 154000000
  • {{rnd|1542689271|-7}} gives 1.54×109