Difference between revisions of "Template:INRConvert/out"
Jump to navigation
Jump to search
imported>Jonesey95 (fix invalid input to formatnum causing articles to appear in Category:Pages with non-numeric formatnum arguments) |
imported>Jonesey95 (formatnum is not needed here (rnd outputs commas as needed)) |
||
| Line 17: | Line 17: | ||
}} | }} | ||
|{{#switch:{{#expr:{{{2|0}}}+(100=({{{1|1}}}E(1-{{{2|0}}}))round0)}} | |{{#switch:{{#expr:{{{2|0}}}+(100=({{{1|1}}}E(1-{{{2|0}}}))round0)}} | ||
| − | |-4= | + | |-4={{rnd|{{{1|1}}}*100|3}}{{{¢|}}} |
| − | |-3= | + | |-3={{rnd|{{{1|1}}}*100|2}}{{{¢|}}} |
| − | |-2= | + | |-2={{rnd|{{{1|1}}}*100|1}}{{{¢|}}} |
| − | |-1= | + | |-1={{rnd|{{{1|1}}}*100|0}}{{{¢|}}} |
| − | |0={{{$|}}} | + | |0={{{$|}}}{{rnd|{{{1|1}}}|1}}0 |
| − | |1={{{$|}}} | + | |1={{{$|}}}{{rnd|{{{1|1}}}|0}} |
| − | |2={{{$|}}} | + | |2={{{$|}}}{{rnd|{{{1|1}}}|-1}} |
| − | |3={{{$|}}} | + | |3={{{$|}}}{{rnd|{{{1|1}}}|-2}} |
| − | |4={{{$|}}} | + | |4={{{$|}}}{{rnd|{{{1|1}}}|-3}} |
| − | |5={{{$|}}} | + | |5={{{$|}}}{{rnd|{{{1|1}}}|-4}} |
| − | |6={{{$|}}} | + | |6={{{$|}}}{{rnd|{{{1|1}}}/1E6|1}} million |
| − | |7={{{$|}}} | + | |7={{{$|}}}{{rnd|{{{1|1}}}/1E6|0}} million |
| − | |8={{{$|}}} | + | |8={{{$|}}}{{rnd|{{{1|1}}}/1E6|-1}} million |
| − | |9={{{$|}}} | + | |9={{{$|}}}{{rnd|{{{1|1}}}/1E9|1}} billion |
| − | |10={{{$|}}} | + | |10={{{$|}}}{{rnd|{{{1|1}}}/1E9|0}} billion |
| − | |11={{{$|}}} | + | |11={{{$|}}}{{rnd|{{{1|1}}}/1E9|-1}} billion |
| − | |12={{{$|}}} | + | |12={{{$|}}}{{rnd|{{{1|1}}}/1E12|1}} trillion |
| − | |13={{{$|}}} | + | |13={{{$|}}}{{rnd|{{{1|1}}}/1E12|0}} trillion |
| − | |14={{{$|}}} | + | |14={{{$|}}}{{rnd|{{{1|1}}}/1E12|-1}} trillion |
| − | |{{{$|}}} | + | |{{{$|}}}{{rnd|{{{1|1}}}|{{#expr:{{{2|0}}}+(100=({{{1|1}}}E(1-{{{2|0}}}))round0)}}}} |
}} | }} | ||
}}<noinclude> | }}<noinclude> | ||
{{pp-template|small=yes}} | {{pp-template|small=yes}} | ||
</noinclude> | </noinclude> | ||