Template:Round/doc: Difference between revisions
From Zoophilia Wiki
Jump to navigationJump to search
meta>Jimp |
meta>Jimp |
||
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 [[m:help: | **whereas {{<code>#expr:154268988 round -6</code>}} gives [[m:help:calculation#Numbers as output|either]] 1.54E+8 or 154000000 | ||
*{{<code>rnd|1542689271|-7</code>}} gives {{rnd|1542689271|-7}} | *{{<code>rnd|1542689271|-7</code>}} gives {{rnd|1542689271|-7}} | ||
Revision as of 01:39, 18 July 2008
This is a documentation subpage for Template:Round. It may contain usage information, categories and other content that is not part of the original template page. |
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:
- {{
rnd|2.0004|3
}} gives Template:Rnd- whereas {{
#expr:2.0004 round 3
}} gives 2
- whereas {{
- {{
rnd|0.000020004|7
}} gives Template:Rnd - {{
rnd|0|8
}} gives Template:Rnd - {{
rnd|154268|-3
}} gives Template:Rnd - {{
rnd|154268988|-6
}} gives Template:Rnd- whereas {{
#expr:154268988 round -6
}} gives either 1.54E+8 or 154000000
- whereas {{
- {{
rnd|1542689271|-7
}} gives Template:Rnd