User:Σ/Testing facility/Digit

{{#expr:floor({{{1}}}/({{{3}}}^({{{2}}}-1)))mod{{{3}}}}}

{{tim|Digit}}

This template gives the numeric value of the digit in a specified numeral system.

  • The first parameter gives the decimal value.
  • The second parameter is the digit (1 being the rightmost, 2 the one to the left etcetera).
  • The third parameter is the numeral system, 2 for binary, 8 for octal, 16 for hexadecimal.

For systems > 10, the value is given in decimals, for instance, 15 in the hexadecimal system will give for the rightmost digit 15 (which should be "F")

; Usage:

: {{Tlx|{{PAGENAME}}|decimal integer|digit no|numeral system number}}

: All parameters must be positive integers.