pif_EasyRadix

by Popisfizzy
A library to create an easy-to-handle radix. [More]
To download this library for your Linux/Mac installation, enter this on your command line:

DreamDownload byond://Popisfizzy.pif_EasyRadix##version=1

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://Popisfizzy.pif_EasyRadix##version=1

15 downloads
Version 1.00
Date added: May 26 2008
Last updated: Oct 14 2015
0 fans
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.