Template:Round: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
en>Jimp
(copying a template for nice rounding, i.e. trailing zeros & no conversion to E notation using {{subst:sigfig/rnd}})
 
en>Jimp
(a few adjustments + explanation)
Line 1:
<includeonly>{{#ifexpr:{{{32}}}<-3|{{Sigfigrnd/mil+
|{{{1}}}
|(-({{{32}}}))mod3
|{{#switch:{{#expr:{{{32}}}}}
| -3| -4| -5=000
| -6| -7| -8=000000
Line 23:
|-57|-58|-59=000000000000000000000000000000000000000000000000000000000
|-60|-61|-62=000000000000000000000000000000000000000000000000000000000000
}}}}|{{sigfigrnd/nil-|{{#expr:{{{1}}}round{{{32}}}}}|{{{32}}}}}}}</includeonly><noinclude>This template rounds {{{1}}} to {{{2}}} decimal places (goes the other way for negatives), includes trailing zeros & avoids E notation.</noinclude>

Revision as of 16:44, 21 September 2007

This template rounds {{{1}}} to {{{2}}} decimal places (goes the other way for negatives), includes trailing zeros & avoids E notation.