Converts one number form to another. Supported types are - Binary, Octal, Decimal, Hexadecimal, BCD, Gray, Excess-3, 1s, 2s, 9s and 10s complement. It also support conversion of base n to base m, where n and m are less then or equals to 16.
История обновлений
3.0
2020-03-13
Minor bug fixes
2.0
2020-02-28
Added a new compact page where all the number types can be updated simultaneously.
Added support for Gray code.
Minor bug fixes