Difference between revisions of "Template:Evalint"

From blackwiki
Jump to navigation Jump to search
imported>TAKASUGI Shinji
m (+ja)
imported>Cydebot
m (Robot - Removing category Templates using ParserFunctions per CFD at Wikipedia:Categories for discussion/Log/2008 August 21.)
Line 22: Line 22:
 
<nowiki>{{subst:evalint|2*1234567890123456|subst=subst:}}</nowiki> gives the wikitext 2469135780246912
 
<nowiki>{{subst:evalint|2*1234567890123456|subst=subst:}}</nowiki> gives the wikitext 2469135780246912
  
[[Category:Templates using ParserFunctions|{{PAGENAME}}]]
+
 
 
[[Category:Mathematical function templates|{{PAGENAME}}]]
 
[[Category:Mathematical function templates|{{PAGENAME}}]]
  
 
[[ja:Template:Evalint]]
 
[[ja:Template:Evalint]]

Revision as of 15:41, 26 August 2008

m:Template:evalint (backlinks edit)


{{ {{{subst|}}}#ifexpr: 1000000000000 <= ({{{1}}}) and ({{{1}}}) < 1000000000000000000000000
|{{ {{{subst|}}}#expr: ({{{1}}}) / 1000000000000 mod 1000000000000}}{{
 {{{subst|}}}padleft:{{ {{{subst|}}}#expr: ({{{1}}}) mod 1000000000000}}|12|0}}
|{{ {{{subst|}}}#expr: {{{1}}} }} }}

EVALuates INTegers exactly up to 1E16, in a form suitable for input. Numbers between 1E16 and 1E24 are rounded. Larger results are given in scientific notation.

  • {{ Evalint | 2*1234567890123456 }} gives 2469135780246912
  • {{ #expr: 2*1234567890123456}} gives 2.4691357802469E+15
  • {{ Evalint | 11111111*11111111 }} gives 123456787654321
  • {{ #expr: 11111111*11111111}} gives 1.2345678765432E+14
  • {{ Evalint | 2*123456789012345678901234 }} gives 246913578024089023225856
  • {{ Evalint | 2*1234567890123456789012345 }} gives 2.4691357802469E+24

{{subst:evalint|2*1234567890123456|subst=subst:}} gives the wikitext 2469135780246912

ja:Template:Evalint