Template:Round: Difference between revisions
From Zoophilia Wiki
Jump to navigationJump to search
meta>Winhunter m Protected Template:Rnd: high risk template [edit=sysop:move=sysop] |
meta>Patrick example |
||
Line 1: | Line 1: | ||
<includeonly>{{rnd/+|{{{1}}}|{{{2}}}|{{rnd/0{{#expr:{{{2}}}>0}}|{{{1}}}|{{{2}}}}}}}</includeonly><noinclude>{{pp-template}}This template rounds {{{1}}} to {{{2}}} decimal places (goes the other way for negatives), includes trailing zeros & avoids E notation.</noinclude> | <includeonly>{{rnd/+|{{{1}}}|{{{2}}}|{{rnd/0{{#expr:{{{2}}}>0}}|{{{1}}}|{{{2}}}}}}}</includeonly><noinclude>{{pp-template}}This template rounds {{{1}}} to {{{2}}} decimal places (goes the other way for negatives), includes trailing zeros & avoids E notation. | ||
Compare: | |||
*{{xpd|#expr:2.0004 round 3}} | |||
*{{xpd|rnd|2.0004|3}} | |||
</noinclude> |
Revision as of 11:30, 31 January 2008
This template rounds {{{1}}} to {{{2}}} decimal places (goes the other way for negatives), includes trailing zeros & avoids E notation.
Compare:
"{{#expr:2.0004 round 3}}"
gives "2" [1]- Template:Xpd2