Wīäkkarung: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{#switch: {{#expr:({{{1}}}/400)mod20}} |0={{#ifexpr:{{{1}}}/400<1||0}} |1=1|2=2|3=3|4=4|5=5|6=6|7=7|8=8|9=9|10=A|11=B|12=C|13=D|14=E|15=F|16=G|17=H|18=J|19=K}}{{#switch: ...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{#switch: | <includeonly>{{#switch: | ||
{{#expr:({{{1}}}/400)mod20}} | {{#expr:({{{1}}}/400)mod20}} | ||
|0={{#ifexpr:{{{1}}}/400<1||0}} | |0={{#ifexpr:{{{1}}}/400<1||0}} | ||
Line 6: | Line 6: | ||
|0={{#ifexpr:{{{1}}}/20<1||0}} | |0={{#ifexpr:{{{1}}}/20<1||0}} | ||
|1=1|2=2|3=3|4=4|5=5|6=6|7=7|8=8|9=9|10=A|11=B|12=C|13=D|14=E|15=F|16=G|17=H|18=J|19=K}}{{#switch: | |1=1|2=2|3=3|4=4|5=5|6=6|7=7|8=8|9=9|10=A|11=B|12=C|13=D|14=E|15=F|16=G|17=H|18=J|19=K}}{{#switch: | ||
{{#expr:{{{1}}}mod20}}|0=0|1=1|2=2|3=3|4=4|5=5|6=6|7=7|8=8|9=9|10=A|11=B|12=C|13=D|14=E|15=F|16=G|17=H|18=J|19=K}}<sub>20</sub><noinclude>Gives the base 20 positional numeral form of an integer 0=<n=<7999.</noinclude> | {{#expr:{{{1}}}mod20}}|0=0|1=1|2=2|3=3|4=4|5=5|6=6|7=7|8=8|9=9|10=A|11=B|12=C|13=D|14=E|15=F|16=G|17=H|18=J|19=K}}<sub>20</sub></includeonly><noinclude>Gives the base 20 positional numeral form of an integer 0=<n=<7999.</noinclude> |
Revision as of 14:46, 22 August 2013
Gives the base 20 positional numeral form of an integer 0=<n=<7999.