Template:Digit

From MidsouthMakers - Memphis Area Hackerpace
Revision as of 17:53, 18 January 2010 by Admin (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


m:Template:Digit (backlinks, edit)

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:
{{Digit|decimal integer|digit no|numeral system number}}
All parameters must be positive integers.