Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 275 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 275 Bytes

NumberSystem

NumberSystem class provides direct methods for conversion of strings containing a number system having radix 'n' directly to radix 'm'. It also contains necessary background checks; isHexadecimal, isBinary etc to refine the ultimate perfection of algorithms.