Difference between revisions of "Template:Evalint"

From blackwiki
Jump to navigation Jump to search
imported>Eliyak
(fix cat)
imported>TAKASUGI Shinji
(padleft)
Line 1: Line 1:
<includeonly>{{ {{{subst|}}}#ifexpr: 1000000000000 <= ({{{1}}}) and ({{{1}}}) < 1000000000000000000000000
+
<includeonly><onlyinclude>{{ {{{subst|}}}#ifexpr: 1000000000000 <= ({{{1}}}) and ({{{1}}}) < 1000000000000000000000000
|{{ {{{subst|}}}#expr: (({{{1}}}) - ({{{1}}}) mod 1000000000000)/1000000000000}}{{ {{{subst|}}}lz12|({{{1}}}) mod 1000000000000|subst={{{subst|}}}}}
+
|{{ {{{subst|}}}#expr: ({{{1}}}) / 1000000000000 mod 1000000000000}}{{
|{{ {{{subst|}}}#expr: {{{1}}} }} }}</includeonly><noinclude>
+
{{{subst|}}}padleft:{{ {{{subst|}}}#expr: ({{{1}}}) mod 1000000000000}}|12|0}}
 +
|{{ {{{subst|}}}#expr: {{{1}}} }} }}</onlyinclude></includeonly>
 
{{tim|evalint}}
 
{{tim|evalint}}
 
----
 
----
<nowiki>{{ {{{subst|}}}#ifexpr: 1000000000000 <= ({{{1}}}) and ({{{1}}}) < 1000000000000000000000000</nowiki>
+
<pre><nowiki>{{ {{{subst|}}}#ifexpr: 1000000000000 <= ({{{1}}}) and ({{{1}}}) < 1000000000000000000000000
<nowiki>|{{ {{{subst|}}}#expr: (({{{1}}}) - ({{{1}}}) mod 1000000000000)/1000000000000}}{{ {{{subst|}}}lz12|({{{1}}}) mod 1000000000000|subst={{{subst|}}}}}</nowiki>
+
|{{ {{{subst|}}}#expr: ({{{1}}}) / 1000000000000 mod 1000000000000}}{{
<nowiki>|{{ {{{subst|}}}#expr: {{{1}}} }} }}</nowiki>
+
{{{subst|}}}padleft:{{ {{{subst|}}}#expr: ({{{1}}}) mod 1000000000000}}|12|0}}
 +
|{{ {{{subst|}}}#expr: {{{1}}} }} }}</nowiki></pre>
 
----
 
----
  
Line 22: Line 24:
 
[[Category:Templates using ParserFunctions|{{PAGENAME}}]]
 
[[Category:Templates using ParserFunctions|{{PAGENAME}}]]
 
[[Category:Mathematical function templates|{{PAGENAME}}]]
 
[[Category:Mathematical function templates|{{PAGENAME}}]]
</noinclude>
 

Revision as of 16:03, 12 March 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