This program aims at delivering a useful base conversion utility to programmers, engineers, and mathematicians who work with numbers of
different bases. The supported bases are Decimal, Binary, Hexadecimal, Octal, and a user-specified base up to base 36. This means that you can convert from numbers of ANY base to numbers of ANY base for arbitray-precision numbers. You may have seen other base converters on the Internet, but none are as intuitive, easy to use, and accurate as this one.
This program is intended for developers, engineers who work in numbers of different bases and any other person interested in base conversion.
Known problems or limitations:
- Currently does not support floating point numbers, so when you enter a number with a decimal point, it does not convert.
|