pif_EasyRadix

by Popisfizzy
A library to create an easy-to-handle radix.
ID:127953
 
pif_EasyRadix is a library designed to easily create numbers in a given radix. A radix is, essentially, a fancy term for a base. Most people are familiar with decimal, which is base-10. In this system, there are ten numbers: 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9. There is also binary, with two digits (0, 1), hexadecimal, with sixteen digits (0-9, A, B, C, D, E, and F), and an infinite amount of other digits.

There are a few restrictions on what the base can be:
  • Due to BYOND using only ASCII, the maximum value of a base is 255, assuming there are no negatives.
  • The base must be nonzero and positive.
  • The base must be a real number.




Release Notes:
  • Version 1.00 released May 27, 2008




Thanks goes to Hulio-G for the awesome hub icon.