Template:Round/doc: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Jimp
No edit summary
meta>Jimp
No edit summary
Line 5: Line 5:


Compare:
Compare:
*{{xpd|#expr:2.0004 round 3}}
*{{<code>#expr:2.0004 round 3</code>}} gives {{#expr:2.0004 round 3}}
*{{xpd|rnd|2.0004|3}}
*{{<code>rnd|2.0004|3</code>}} gives {{rnd|2.0004|3}}
*{{xpd|rnd|0.000020004|7}}
*{{<code>rnd|0.000020004|7</code>}} gives {{rnd|0.000020004|7}}
*{{xpd|rnd|0|8}}
*{{<code>rnd|0|8</code>}} gives {{rnd|0|8}}


<includeonly><!--
<includeonly><!--
++++ PLEASE ADD CATEGORIES AND INTERWIKIS BELOW THIS LINE, THANK YOU. -->
++++ PLEASE ADD CATEGORIES AND INTERWIKIS BELOW THIS LINE, THANK YOU. -->
</includeonly>
</includeonly>

Revision as of 17:43, 6 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 10×105, or less than 10×10−4.

Compare: