ID:43433
 
[Copied from the creations forum post]

I have just released pif_EasyRadix 1.00 Polished. As far as I know, there are no bugs, and is should work fine as-is.

[Below is copied from the hub page]

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.

    If you find any bugs, post them in the replies here, or post them on the forum.